Search found 5 matches

by kida001
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.
by kida001
2017-01-20T17:56:10-07:00
Forum: Users
Topic: Saving as SVG File
Replies: 6
Views: 4299

Re: Saving as SVG File

Anyone?
by kida001
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 ...
by kida001
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
by kida001
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 ...