mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
In SVGElementsDictionary.xml, the prototype <image> element added an "xlink:role" attribute to match the "xlink:href" attribute.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0545</string>
|
||||
<string>0546</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.graphics-design</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
</svgElement>
|
||||
<svgElement id="image">
|
||||
<docref>struct.html#ImageElement</docref>
|
||||
<prototype>image xlink:href="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/161px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg" x="50" y="50" width="161" height="240" transform="" preserveAspectRatio="xMidYMid meet"</prototype>
|
||||
<prototype>image xlink:href="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/161px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg" xlink:role="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/161px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg" x="50" y="50" width="161" height="240" transform="" preserveAspectRatio="xMidYMid meet"</prototype>
|
||||
</svgElement>
|
||||
<svgElement id="line">
|
||||
<docref>shapes.html#LineElement</docref>
|
||||
|
||||
Reference in New Issue
Block a user