Phi: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  22 March 2016
m
no edit summary
m (Fixed some references and few minor mistakes)
mNo edit summary
Line 78: Line 78:
<ref name="HelloFGP2.0"></ref>
<ref name="HelloFGP2.0"></ref>


== Making Web-Panel instruments ==
=== Making Web-Panel instruments ===
I use Inkscape to draw the SVGs. The objects to animate are selected by their id attribute, so you should set a reasonable name for those. To get proper scaling of the SVGs, you need to set the viewBox: width, <br/>
I use Inkscape to draw the SVGs. The objects to animate are selected by their id attribute, so you should set a reasonable name for those. To get proper scaling of the SVGs, you need to set the viewBox: width, <br/>
height, and preserveAspectRation of the <svg> tag element. It should be also possible to draw SVG's on the fly e.g. from svg.js and animate this as well. Not much has been on this front.
height, and preserveAspectRation of the <svg> tag element. It should be also possible to draw SVG's on the fly e.g. from svg.js and animate this as well. Not much has been on this front.
<ref name="HelloFGP2.0"></ref>
<ref name="HelloFGP2.0"></ref>
67

edits

Navigation menu