View Single Post
Old 01-16-2023, 09:51 PM   #39
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,914
Karma: 6120478
Join Date: Nov 2009
Device: many
There is a typo in the plugin code that prevents the added id from being saved.

There is a single line that says:

Code:
tree_modified = True
that needs to be changed to:

Code:
file_modified = True
Plus some needed related fixes as well.

This will be fixed tomorrow when I release a beta quality version of the plugin. Then for your pattern the id will be added to the svg tag and all links will work as is with no changes on your part. But that said, putting your own id on the svg tag instead of the figure tag, will work around this issue until the fix is released.

Last edited by KevinH; 01-17-2023 at 12:22 PM.
KevinH is offline