In SVGElementsDictionary.xml, the prototype <image> element added an "xlink:role" attribute to match the "xlink:href" attribute.

This commit is contained in:
dsward2
2017-03-24 01:39:52 -05:00
committed by dsward2
parent 3d452687dc
commit c755d77995
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>