Frequently Asked Questions
- I cannot view my SVG. What should I do?
- What is the simplest editor do we use for SVG?>
- Besides Notepad, what other programs can export SVG?
- Where can we find SVG documentations?
- Can I include my Javascript functions in an SVG file?
- What should I do to enlarge SVG images on your website?
- How can I search for texts in SVG file?
- Can I modify the text in SVG file?
- Where is the Sitemap link on your website?
- Where did you guys learn to be so great?
- I cannot view my SVG.
In order to view SVG images, you need to install Acrobat SVG viewer plug-in
from Adobe. You can download SVG viewer by just clicking
here.
- What is the simplest editor do we use for SVG?
The simplest editor for SVG is Notepad. SVG files can be created from text. It reads the file like
HTML, XML, or other similar markup language.
- Besides Notepad, what other programs can export SVG?
You can use any free SVG editors or programs which export image files to
SVG formt. However, we recommend you to use Adobe Illustrator 9 or up
to export SVG images.
- Where can we find SVG documentations?
http://www.w3schools.com/svg/
You can find many SVG documentations on internet using Google.
Above site is one of the popular sites which are very helpful for learning
about SVG.
http://www.w3c.com/svg/
The SVG direct source.
- Can I include my Javascript functions in an SVG file?
YES!!! You can!!!
If your JavaScript is within the SVG document, then you need to use
below form:
<svg>
<script><![CDATA]
// Put your JavaScript Code
]]></script>
</svg>
If your JavaScript is external to the SVG file, then you need to use below
form:
<svg>
<script xlink:href="YourJavaScriptFile.js"/>
</svg>
- What should I do to enlarge SVG images on your website?
You need to 'Right-Click' on your mouse, and select 'Zoom Out' if you want
to make it larger or select 'Zoom In' if you want to make it smaller.
You can change the size now, right? Isn't it fascinating to see the
change of image sizes without loss of image quality? :)
- How can I search for texts in SVG file?
It is very simple. You can just click on 'Edit' on the menu and select
'Find'. After that, you can just type in any word you would like to
find and search for that word. If there is a matched word in SVG file,
it will highlight the word.
- Can I modify the text in SVG file?
Yes, you can change the text in SVG file by just simplying opening the SVG
file with notepad editor. Again, search for a word you want to modify
and simply change the word. You can see the result right away after
you save SVG file.
- Where is the Sitemap link on your website?
Sitemap link is located at the bottom of FAQ page and Feedback page.
You can go to Sitemap by just click on them. Again, the link is
located at the bottom of FAQ page and Feedback page.
- Where did you guys learn to be so great?
We didn't - we were born with it! HAHA!
TOP
Sitemap