Hello, (user)
is possible to change the unit “g” for this -> “gr”. In our country this abbreviation is more common.
thanks and regards
]]>i see the price like this 4,50€/g and I would preffer like this: 4,50€ /gr (space between and gr and not g)
Is possible to change that?
thanks and regards
]]>It changes:
<svg>
<g id="ok">
<path/>
</g>
</svg>
to
<svg>
<g id="ok"/>
<path/>
</svg>
Every svg group with at least 1 attribute is closed automatically.
]]>