spakin / SimpInkScr

Simple Inkscape Scripting
https://inkscape.org/~pakin/%E2%98%85simple-inkscape-scripting
GNU General Public License v3.0
320 stars 31 forks source link

Font SVG batch edition #124

Closed tobiasBora closed 7 months ago

tobiasBora commented 7 months ago

This project looks great, but I can't find how to do batch edition on a SVG Font, like this one (to download it, right click on the white square, and save):

NimbusSanL-BoldItal-orig

For instance let's say I want to enlarge all glyphs (one can also add a stroke, stroke to path, ungroup and union the stroke and fill, but let's start simple), I can do it manually like this:

Peek 31-01-2024 11-53

but it is quite tedious to repeat on all glyphs. Would it be possible to use SimpInkScr to make this easier?