Search found 7 matches
- Tue Mar 31, 2015 7:43 pm
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Re: Font cut off when I convert from SVG to PNG
We use 100% command line - so cannot tell if the GUI part works. We use Inkscape on a backend server to a web (html/javascript) product designer to merge and convert various parts of the design.
- Thu Mar 05, 2015 5:16 am
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Re: Font cut off when I convert from SVG to PNG
Ok I have managed to get a work around for this. First step is exporting to PDF using: inkscape -z -f sample-text.svg --export-text-to-path --export-pdf=sample-text..pdf This converts the text to paths - it seems --export-text-to-path only works for PDF, PS and EPS Then I convert the PDF to PNG and ...
- Thu Mar 05, 2015 3:35 am
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Re: Font cut off when I convert from SVG to PNG
great vibes: http://www.fontsquirrel.com/fonts/great-vibes (it's free)
- Thu Mar 05, 2015 2:16 am
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Re: Font cut off when I convert from SVG to PNG
I'm using Debian 3.2.60-1+deb7u3 and Inkscape 0.48.3.1 r9886 (Dec 29 2012)
- Thu Mar 05, 2015 1:19 am
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Re: Font cut off when I convert from SVG to PNG
Just tried the "text-to-path" but doesn't seem to do the trick, I suspect it's the arc'd path that causes it. I followed these steps: inkscape jm2.svg --export-plain-svg=jm2b.svg --export-text-to-path when I look at jm2b.svg the text is still plain text?? I don't have the GUI so cannot tes...
- Thu Mar 05, 2015 12:15 am
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Re: Font cut off when I convert from SVG to PNG
Text is already a path - check the attached svg file. Also we use command line in batch mode?
- Wed Mar 04, 2015 11:56 pm
- Forum: Help with using Inkscape
- Topic: Font cut off when I convert from SVG to PNG
- Replies: 14
- Views: 5446
Font cut off when I convert from SVG to PNG
I'm exporting a svg file with only text to png and some characters are being chopped off?? From the command line I do "inkscape -z -f 'sample-text.svg' -w 2770 -h 1180 -e 'sample-text.png' I've tried to increase image size etc but it does this with quite a few of the font's I'm using? Any sugge...