Menu

#3 add support for arcs in a path

1.0.38
open
svg module (2)
5
2004-02-19
2004-02-12
No

add support for the "a" and "A" commands (elliptical
arcs) in a path's d attribute

Discussion

  • claus wahlers

    claus wahlers - 2004-02-19
    • assigned_to: nobody --> drzoode
     
  • Ahmet Zorlu

    Ahmet Zorlu - 2004-02-26

    Logged In: YES
    user_id=282185

    Work still in progress. Batik project and SVG# project have
    been of great help. I have already ported some methods to
    AS, but work is not finished yet.
    The implementation notes gives us the algorithm:
    http://www.w3.org/TR/2000/CR-SVG-20001102/implnote.html#ArcImplementationNotes
    But, thanks to the Batik crew, I didn't have to start from zero.
    Corrected rx/ry values, ellipse center, angleStart and
    angleExtent are calculated. Still working on rendering
    (drawing algoritms).

     

Log in to post a comment.