Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/animations/blockobject.xml.tmpl

Issue 5930700549128192: Issue 2568 - Rename images directory for animations from images/ to img/ (Closed)
Patch Set: Created May 26, 2015, 11:06 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/animations/blockbanner.xml.tmpl ('k') | pages/animations/blockobject2.xml.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/animations/blockobject.xml.tmpl
===================================================================
--- a/pages/animations/blockobject.xml.tmpl
+++ b/pages/animations/blockobject.xml.tmpl
@@ -1,21 +1,21 @@
template=raw
<animation height="400" width="550" xmlns="https://adblockplus.org/animation">
-<object anchor="topleft" id="mouse_pointer" src="{{'images/anim_mouse_pointer.png'|inline_file}}"></object>
-<object anchor="6,0" id="mouse_hand2" src="{{'images/anim_mouse_hand2.png'|inline_file}}"></object>
-<object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|inline_file}}"></object>
-<object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick.png'|inline_file}}"></object>
-<object anchor="-20,56" id="mouse_rightclick" src="{{'images/anim_mouse_rightclick.png'|inline_file}}"></object>
-<object anchor="topleft" id="filtercomposer" src="{{'images/anim_filtercomposer.png'|inline_file}}"></object>
-<object anchor="topleft" id="flashcontext" src="{{'images/anim_flashcontext.png'|inline_file}}"></object>
-<object anchor="bottomright" id="objecttab" src="{{'images/anim_objecttab.png'|inline_file}}"></object>
-<object anchor="bottomright" id="objecttab_highlight" src="{{'images/anim_objecttab_highlight.png'|inline_file}}"></object>
-<object anchor="topleft" id="object" src="{{'images/anim_object.png'|inline_file}}"></object>
+<object anchor="topleft" id="mouse_pointer" src="{{'img/anim_mouse_pointer.png'|inline_file}}"></object>
+<object anchor="6,0" id="mouse_hand2" src="{{'img/anim_mouse_hand2.png'|inline_file}}"></object>
+<object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inline_file}}"></object>
+<object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.png'|inline_file}}"></object>
+<object anchor="-20,56" id="mouse_rightclick" src="{{'img/anim_mouse_rightclick.png'|inline_file}}"></object>
+<object anchor="topleft" id="filtercomposer" src="{{'img/anim_filtercomposer.png'|inline_file}}"></object>
+<object anchor="topleft" id="flashcontext" src="{{'img/anim_flashcontext.png'|inline_file}}"></object>
+<object anchor="bottomright" id="objecttab" src="{{'img/anim_objecttab.png'|inline_file}}"></object>
+<object anchor="bottomright" id="objecttab_highlight" src="{{'img/anim_objecttab_highlight.png'|inline_file}}"></object>
+<object anchor="topleft" id="object" src="{{'img/anim_object.png'|inline_file}}"></object>
<action>
<show coords="50,30" object="object"></show>
<show anchor="topright" coordsOf="object" object="objecttab"></show>
<move duration="100" fromCoordsOf="object" fromOffset="-40,40" object="mouse_pointer" toCoordsOf="object" toOffset="150,100"></move>
</action>
<action delay="100">
<show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show>
« no previous file with comments | « pages/animations/blockbanner.xml.tmpl ('k') | pages/animations/blockobject2.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld