You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest the following, feel free to close if you don't want to follow this path.
picking SVG as the only source format (e.g. drop ppt), so there is no ambiguity what to edit
add class attribute to objects in SVG
use CSS to generate various variants
For example, this is the text node for one of the Type boxes. As you can see, I've added class="normal_label" attribute. You can do it directly in Inkscape as well.
I would like to suggest the following, feel free to close if you don't want to follow this path.
class
attribute to objects in SVGFor example, this is the text node for one of the
Type
boxes. As you can see, I've addedclass="normal_label"
attribute. You can do it directly in Inkscape as well.I can now create PDF or PNG directly from SVG on commandline with
rsvg-convert
fromlibrsvg2-bin
package (on Debian). For examplewill generate PDF as in SVG. So it will look like this
But CSS will allow to change attributes based on selectors, such as classes. So if
red_labels.css
looks likeand covert to pdf with
The text was updated successfully, but these errors were encountered: