sparkles: Switched to attribute.set() for version info
This commit is contained in:
parent
22a806abe2
commit
b5b9e1abc8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default {
|
|||
version: version,
|
||||
hooks: {
|
||||
preRender: function(svg) {
|
||||
svg.attributes.add("freesewing:plugin-scalebox", version);
|
||||
svg.attributes.set("freesewing:plugin-scalebox", version);
|
||||
}
|
||||
},
|
||||
macros: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue