SVG powered images

Alejandro Tejada capellan2000 at gmail.com
Thu May 11 22:15:57 EDT 2017


This mousedown script shows a rough preview
of the SVG animation if you put it into the image:

 on mousedown
put the id of me into tID
    repeat while the mouse is down
    send "processSVG tID" to widget "SVGBrowser1"
    end repeat
 end mousedown

Al



More information about the use-livecode mailing list