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

Implement the label parameter for the guide lines. #97

Closed remotedots closed 1 year ago

remotedots commented 1 year ago

Add label as an optional parameter for the guide lines. If you find the idea good, I can also update the Quick Reference Guide.

Example

Running guides.extend([guide((20, 20), 180, label='Page margin')]) would output this:

image

spakin commented 1 year ago

Merged (dbafcf7ce8b54666db5ae51a3f82e02762c616fc). Thanks for the pull request!