Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
yiler-huang-svgjs [2022/12/25 18:30] – yiler.huang | yiler-huang-svgjs [2023/01/29 19:30] (current) – yiler.huang | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Practicing SVG.js ===== | + | ====== Practicing SVG.js ====== |
+ | |||
+ | These are the practices and studies I did about SVG.js. It is a graphical tool that could generate SVG elements using Javascript | ||
==== excitingElectricity Computer Graphic: Balance ==== | ==== excitingElectricity Computer Graphic: Balance ==== | ||
Line 10: | Line 12: | ||
- | ==== Import SVG files ito SVG.js ==== | + | ==== Import SVG files into SVG.js ==== |
First, Steve found out that we can put our SVG file inside an embed window (we are using iframe in this case). The id test1 to test4 are like the names of the iframe that has a SVG file inside | First, Steve found out that we can put our SVG file inside an embed window (we are using iframe in this case). The id test1 to test4 are like the names of the iframe that has a SVG file inside |