Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport SVG circle element #12975
Support SVG circle element #12975
Comments
|
cc @jrmuizel |
|
To continue main SVG line I'm taking this one. |
|
Great! |
|
@splav are you still going to work on this? I wasn't intending to work on it myself, but have a contributor who's potentially interested. |
|
@tschneidereit actially there is a preliminary implementation (https://github.com/splav/servo/tree/SVG_circle%2312975). The thing is, it depends on servo/webrender#402 and should be tested together. And sad to say, right now I've almost no time to spend on servo and webrender at all. So if anyone would like to work on this stuff, please do. |
|
@stshine Are you still working on this? |
|
An initial attempt exists in #17681 but was abandoned. |
Spec: https://www.w3.org/TR/SVG11/shapes.html#CircleElement
We need to support the
cx,cy,r, andfillDOM attributes in order to draw a circle in a benchmark correctly.Blocks #12973, depends on #12974.