Re: [webkit-dev] Purpose of Path class?

2007-09-19 Thread Maciej Stachowiak


On Sep 19, 2007, at 10:14 AM, Oliver Hunt wrote:

Pardon? Path provides the abstraction for the path implementation of  
each platform's graphic library (eg. CoreGraphics, Qt, and Cairo).   
So we have to have a Path class if we want to be able to draw paths.


Specifically it wraps a bezier path.

Regards,
Maciej




--Oliver

On Sep 19, 2007, at 3:07 AM, eminemence wrote:



Thanks for the reply.
So isn't this Path class something more specific to cairo?
Also what is the exact use of a "PATH" if we can still break down  
operation

into single operations and do it?
Any advantages of having a path?
BR.
Mayur Kankanwadi.


Oliver Hunt-2 wrote:


The Path class provides an abstraction for paths drawn with a Canvas
element, and for rendering paths in SVG.

--Oliver

On Sep 18, 2007, at 10:44 PM, Mayur Kankanwadi wrote:


Hi All,
I have seen the Path class in WebCore and am not so sure as to what
exactly is it's purpose?
Can someone elaborate on this?
Thanks in advance.
BR.
Mayur Kankanwadi.


DISCLAIMER
==
This e-mail may contain privileged and confidential information
which is the property of Persistent Systems Pvt. Ltd. It is
intended only for the use of the individual or entity to which it
is addressed. If you are not the intended recipient, you are not
authorized to read, retain, copy, print, distribute or use this
message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent
Systems Pvt. Ltd. does not accept any liability for virus infected
mails.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev




--
View this message in context: 
http://www.nabble.com/Purpose-of-Path-class--tf4478939.html#a12774455
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Purpose of Path class?

2007-09-19 Thread Oliver Hunt
Pardon? Path provides the abstraction for the path implementation of  
each platform's graphic library (eg. CoreGraphics, Qt, and Cairo).   
So we have to have a Path class if we want to be able to draw paths.


--Oliver

On Sep 19, 2007, at 3:07 AM, eminemence wrote:



Thanks for the reply.
So isn't this Path class something more specific to cairo?
Also what is the exact use of a "PATH" if we can still break down  
operation

into single operations and do it?
Any advantages of having a path?
BR.
Mayur Kankanwadi.


Oliver Hunt-2 wrote:


The Path class provides an abstraction for paths drawn with a Canvas
element, and for rendering paths in SVG.

--Oliver

On Sep 18, 2007, at 10:44 PM, Mayur Kankanwadi wrote:


Hi All,
I have seen the Path class in WebCore and am not so sure as to what
exactly is it's purpose?
Can someone elaborate on this?
Thanks in advance.
BR.
Mayur Kankanwadi.


DISCLAIMER
==
This e-mail may contain privileged and confidential information
which is the property of Persistent Systems Pvt. Ltd. It is
intended only for the use of the individual or entity to which it
is addressed. If you are not the intended recipient, you are not
authorized to read, retain, copy, print, distribute or use this
message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent
Systems Pvt. Ltd. does not accept any liability for virus infected
mails.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev




--
View this message in context: http://www.nabble.com/Purpose-of-Path- 
class--tf4478939.html#a12774455

Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Purpose of Path class?

2007-09-19 Thread eminemence

Thanks for the reply.
So isn't this Path class something more specific to cairo?
Also what is the exact use of a "PATH" if we can still break down operation
into single operations and do it?
Any advantages of having a path?
BR.
Mayur Kankanwadi.


Oliver Hunt-2 wrote:
> 
> The Path class provides an abstraction for paths drawn with a Canvas  
> element, and for rendering paths in SVG.
> 
> --Oliver
> 
> On Sep 18, 2007, at 10:44 PM, Mayur Kankanwadi wrote:
> 
>> Hi All,
>> I have seen the Path class in WebCore and am not so sure as to what
>> exactly is it's purpose?
>> Can someone elaborate on this?
>> Thanks in advance.
>> BR.
>> Mayur Kankanwadi.
>>
>>
>> DISCLAIMER
>> ==
>> This e-mail may contain privileged and confidential information  
>> which is the property of Persistent Systems Pvt. Ltd. It is  
>> intended only for the use of the individual or entity to which it  
>> is addressed. If you are not the intended recipient, you are not  
>> authorized to read, retain, copy, print, distribute or use this  
>> message. If you have received this communication in error, please  
>> notify the sender and delete all copies of this message. Persistent  
>> Systems Pvt. Ltd. does not accept any liability for virus infected  
>> mails.
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Purpose-of-Path-class--tf4478939.html#a12774455
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Purpose of Path class?

2007-09-18 Thread Oliver Hunt
The Path class provides an abstraction for paths drawn with a Canvas  
element, and for rendering paths in SVG.


--Oliver

On Sep 18, 2007, at 10:44 PM, Mayur Kankanwadi wrote:


Hi All,
I have seen the Path class in WebCore and am not so sure as to what
exactly is it's purpose?
Can someone elaborate on this?
Thanks in advance.
BR.
Mayur Kankanwadi.


DISCLAIMER
==
This e-mail may contain privileged and confidential information  
which is the property of Persistent Systems Pvt. Ltd. It is  
intended only for the use of the individual or entity to which it  
is addressed. If you are not the intended recipient, you are not  
authorized to read, retain, copy, print, distribute or use this  
message. If you have received this communication in error, please  
notify the sender and delete all copies of this message. Persistent  
Systems Pvt. Ltd. does not accept any liability for virus infected  
mails.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Purpose of Path class?

2007-09-18 Thread Mayur Kankanwadi
Hi All,
I have seen the Path class in WebCore and am not so sure as to what
exactly is it's purpose?
Can someone elaborate on this?
Thanks in advance.
BR.
Mayur Kankanwadi.


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Pvt. Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Pvt. Ltd. does not accept any liability for virus infected mails.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev