As I understand SVG, graphics can be stretched without spoiling appearance. So, does that mean I can draw a small picture with small font size, then double its size and put it on the Internet?
Would it be preferable to draw a bigger picture with bigger fonts to start with? Or doesnt it make any difference?
Font Size and SVG
Re: Font Size and SVG
Hi.
You can set up the number of digits being used in the preferences (Shift+Ctrl+P).
That is, the only real limitation you have there -like, if your drawing is soo large, tiny details may not come through.
But for using on the web you hardly face a problem of it.
Here is a topic on embedding svg-s on a webpage.
You can set up the number of digits being used in the preferences (Shift+Ctrl+P).
That is, the only real limitation you have there -like, if your drawing is soo large, tiny details may not come through.
But for using on the web you hardly face a problem of it.
Here is a topic on embedding svg-s on a webpage.
Re: Font Size and SVG
It doesn't make any difference! You can draw the original image at whatever size you want. And it can be scaled without losing any quality, larger or smaller, it doesn't matter.
However, note that raster images can be imported into the SVG file. If your image contains any raster images or certain content (such as filters), those parts will become distorted when scaled.
However, note that raster images can be imported into the SVG file. If your image contains any raster images or certain content (such as filters), those parts will become distorted when scaled.
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
-
- Posts: 3
- Joined: Sat Dec 10, 2016 6:24 am
Re: Font Size and SVG
I played around abit with your Pen, and noticed that the SVG part shows up if you remove the div’s surrounding it. Does anyone know why this is?