mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-29 18:34:25 +00:00
4e29e6cd01
I guess this got torn out along the way, but I'm pretty sure this is what I meant to do - initialize the image object with the thumbnail URL and then replace it later. +tests for the failure. Change-Id: I20ef4e87c6b4b6706ad586f2aa5796736895c780
2 lines
511 B
XML
2 lines
511 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1"><defs><rect id="r" x="4" y="4" width="8" height="8" fill="#bbbbbb" /></defs><use xlink:href="#r" /><use xlink:href="#r" x="16" /><use xlink:href="#r" x="32" /><use xlink:href="#r" x="48" /><use xlink:href="#r" y="16" /><use xlink:href="#r" y="16" x="16" /><use xlink:href="#r" y="16" x="32" /><use xlink:href="#r" y="16" x="48" /></svg>
|