Search found 6 matches
- 2011-05-07T06:44:25-07:00
- Forum: Bugs
- Topic: SVG Converting don't applaying translate and other problem
- Replies: 8
- Views: 14837
Re: SVG Converting don't applaying translate and other probl
For everyone has experienced this problem I've wroted a small AutoIt V3 Script to solve this problem for now, you can use it by command line. You can download it from here : http://www.2shared.com/file/0aXLZMMS/Fix_translate_y_with_IM_669-7.html You must know the resault svg is not for view it's ...
- 2011-05-07T05:18:09-07:00
- Forum: Bugs
- Topic: SVG Converting don't applaying translate and other problem
- Replies: 8
- Views: 14837
Re: SVG Converting don't applaying translate and other probl
Helo every one. I've discovered an error. ImageMagick does not calculate the translate with scalling right It calculate it as whithout scall For Example : Look at the small numbers insiad the Sqrt what should be with this line: <g transform="translate(0,18) scale(0.5)"> http://i.imgur.com/TTbRe.jpg ...
- 2011-05-06T14:03:38-07:00
- Forum: Bugs
- Topic: SVG Converting don't applaying translate and other problem
- Replies: 8
- Views: 14837
Re: SVG Converting don't applaying translate and other probl
Hi again :D I was thinking , why IM applaying the X translate without Y !! I reviewed the SVG file and I tried to remove the space between X and the comma " translate(X ,Y) " . That Works!! As you can see below: http://i.imgur.com/m5NLu.jpg It works but not perfectly !, you can see the difference ...
- 2011-05-04T12:53:30-07:00
- Forum: Bugs
- Topic: SVG Converting don't applaying translate and other problem
- Replies: 8
- Views: 14837
Re: SVG Converting don't applaying translate and other probl
Thanks fmw42, that's a really fast
I searched and I think that for Linux, not Windows.
I'm sorry if i didn't say that before , I use Windows and Command-line IM .
Thank you for your generosity.
I searched and I think that for Linux, not Windows.
I'm sorry if i didn't say that before , I use Windows and Command-line IM .
Thank you for your generosity.
- 2011-05-04T12:13:59-07:00
- Forum: Bugs
- Topic: SVG Converting don't applaying translate and other problem
- Replies: 8
- Views: 14837
Re: SVG Converting don't applaying translate and other probl
Thanks for replaying.
I got this :
What should I do ?
I tried to search for a solution, but I couldn't
Sorry, I am a beginner.
I got this :
Code: Select all
SVG rw+ Scalable Vector Graphics (XML 2.4.19)
SVGZ rw+ Compressed Scalable Vector Graphics (XML 2.4.19)
I tried to search for a solution, but I couldn't
Sorry, I am a beginner.
- 2011-05-04T05:55:40-07:00
- Forum: Bugs
- Topic: SVG Converting don't applaying translate and other problem
- Replies: 8
- Views: 14837
SVG Converting don't applaying translate and other problem
Hello every one, I tried to convert this SVG file (Passed the test of validity)ٍ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink= ...