Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support <desc> tag #14

Open
ndmitchell opened this issue Jun 10, 2018 · 0 comments
Open

Support <desc> tag #14

ndmitchell opened this issue Jun 10, 2018 · 0 comments

Comments

@ndmitchell
Copy link
Contributor

Looking at the SVG spec, and the documents produced by Inkscape, I see things like:

    <ellipse
       style="fill:none;fill-opacity:1;stroke:#ff0000;stroke-width:31.24999809;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="whatever"
       cx="-1514.915"
       cy="-19145.889"
       rx="185.75783"
       ry="181.22716"
       inkscape:label="#unk"
       transform="matrix(0.93969262,0.34202015,-0.34202015,0.93969262,0,0)"
       clip-path="none">
      <desc
         id="desc11832">test</desc>
    </ellipse>

I think that desc should be parsed and added to DrawAttributes? I couldn't immediately figure out how when looking at the code though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant