Hi Thomas:

>> SVGOMPathElement.getNormalizedPathSegList() is NOT IMPLEMENTED!
>
>     I am not currently doing any work to implement it.  If you have
> questions on how to implement it I could try and help.  It is
> probably worth filling a bugzilla bug report so it doesn't get
> forgotten even if work doesn't start immediately.
>

I have filed a bugzilla for this lack of implementation,
http://issues.apache.org/bugzilla/show_bug.cgi?id=35773

Also, I am interested in offering at least some partial implementation of
this problem. I definitely would like some guidance as to the complexities
involved in the live (Animated) attributes.

In the meanwhile I have created a base implementation of
getNormalizedPathSegList(), by extending the following classes:
-SVGOMAnimatedNormPathData extends SVGOMAnimatedPathData
-AbstractSVGNormPathSegList extends AbstractSVGPathSegList

My implementation is made follwing how the method getPathSegList() is
implemented. But I am not sure I am approaching the AnimatedPathData
constraints in a proper manner. I am aware that this implementation would
be better off incorporating it directly into the classes mentioned above
(instead of extending them). I hope to have time this week to propose a
basic implementation, specifically of
SVGOMPathElement.getNormalizedPathSegList(). I still need to figure out
how to Normalize a arc segment, all others I have succesfully Normalized.

Also, I imagine this thread should be moved to the devel list, right?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to