Fix problem with SVG background images that include parenthesis

See discussion https://groups.google.com/d/topic/tiddlywiki/GEmh0rwAHcY/discussion
print-window-tiddler
Jermolene 2017-11-10 17:29:28 +00:00
rodzic c5b478efe7
commit f366a74f68
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,10 +6,10 @@ tags: [[$:/tags/Stylesheet]]
<$list filter="[<background>is[image]]">
`background: url(`
<$list filter="[<background>!has[_canonical_uri]]">
<$macrocall $name="datauri" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>
`"`<$macrocall $name="datauri" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`"`
</$list>
<$list filter="[<background>has[_canonical_uri]]">
<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>
`"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>`"`
</$list>
`) center center;`
`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;