Search found 5 matches
- 2017-01-25T15:16:54-07:00
- Forum: Users
- Topic: Saving as SVG File
- Replies: 6
- Views: 4299
Re: Saving as SVG File
Great support here! Seems like it just can't properly export SVG and is broken.
- 2017-01-20T17:56:10-07:00
- Forum: Users
- Topic: Saving as SVG File
- Replies: 6
- Views: 4299
Re: Saving as SVG File
Anyone?
- 2017-01-18T12:57:35-07:00
- Forum: Users
- Topic: Saving as SVG File
- Replies: 6
- Views: 4299
Re: Saving as SVG File
Versions:
rmagick gem version 2.16.0
convert --version ImageMagick 6.9.7-3 Q16 x86_64
Code I'm using to execute
1 require 'rvg/rvg'
2 include Magick
3
4 RVG::dpi = 72
5
6 rvg = RVG.new(2.5.in, 2.5.in).viewbox(0,0,250,250) do |canvas|
7 canvas.background_fill = 'white'
8
9 canvas.g ...
rmagick gem version 2.16.0
convert --version ImageMagick 6.9.7-3 Q16 x86_64
Code I'm using to execute
1 require 'rvg/rvg'
2 include Magick
3
4 RVG::dpi = 72
5
6 rvg = RVG.new(2.5.in, 2.5.in).viewbox(0,0,250,250) do |canvas|
7 canvas.background_fill = 'white'
8
9 canvas.g ...
- 2017-01-18T11:46:54-07:00
- Forum: Users
- Topic: Saving as SVG File
- Replies: 6
- Views: 4299
Re: Saving as SVG File
Corresponding GitHub Issue here: https://github.com/rmagick/rmagick/issues/261
- 2017-01-18T11:33:21-07:00
- Forum: Users
- Topic: Saving as SVG File
- Replies: 6
- Views: 4299
Saving as SVG File
I'm using the rmagick ruby gem. Any file I try to save as a SVG throws an error when I try to open it in a application that can view SVGs
Error: Couldn't find end of Start Tag g
Raw SVG File:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www ...
Error: Couldn't find end of Start Tag g
Raw SVG File:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www ...