sparkles: Switched to attribute.set() for version info
This commit is contained in:
parent
d6f8265273
commit
dd5d0d6daa
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export default {
|
|||
version: version,
|
||||
hooks: {
|
||||
preRender: function(svg) {
|
||||
svg.attributes.add("freesewing:plugin-logo", version);
|
||||
svg.attributes.set("freesewing:plugin-logo", version);
|
||||
svg.defs += logo;
|
||||
svg.style += "path.logo{stroke:none;fill:#000;}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue