-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Cannot export objects with a specified id #332
Comments
Thanks a lot for the issue, it would be interesting indeed. |
@liZe Ping |
Hello! As you may have noticed, CairoSVG isn’t a full-of-life project and it hasn’t seen much activity for a year… For a long time, CairoSVG was used by WeasyPrint. Since then, we didn’t do really much on CairoSVG. And, to be honest, we’re not sure about what to do with this project 🤔. A lot of questions have emerged in our heads. And in fact, we can’t answer these questions all by ourselves because we’re not you, we’re not the people using CairoSVG. So, to know you, your use of CairoSVG and your expectation about the project, we prepared a (short, don’t worry) survey. Your answers to this survey will help us a lot to come up to a decision about CairoSVG. The survey is open until the end of April! The CourtBouillon Team 🍲 Edit: the survey is now closed. Results will be publish soon! |
Hello! The results of the survey have been published! The CourtBouillon Team 🍲 |
I have a svg document that contains an icon set. For each icon there is a rect with a specific
id
that defines the bounding box of the icon to be exported. With inkscape I can export individual icons as follows:Is this possible with CairoSVG? I have noticed that I can add a #fragment to the input file/url, and was hoping I could use this to specify the id of the object to export, but that fails:
Is this use case supported?
The text was updated successfully, but these errors were encountered: