We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af21700 commit e890141Copy full SHA for e890141
Project/Sources/Methods/AJUI_Btn_drawSVG.4dm
@@ -117,6 +117,8 @@ If ($btn_composition#"text")
117
$svg_txt:=Replace string:C233($svg_txt;"fill:"+$colorToReplace;"fill:"+$replacingColor)
118
$svg_txt:=Replace string:C233($svg_txt;"fill: "+$colorToReplace;"fill: "+$replacingColor)
119
$svg_txt:=Replace string:C233($svg_txt;"stroke=\""+$colorToReplace;"stroke=\""+$replacingColor)
120
+ $svg_txt:=Replace string:C233($svg_txt;"stroke:"+$colorToReplace;"stroke:"+$replacingColor)
121
+ $svg_txt:=Replace string:C233($svg_txt;"stroke: "+$colorToReplace;"stroke: "+$replacingColor)
122
End if
123
124
$dom_ref:=DOM Parse XML variable:C720($svg_txt)
0 commit comments