Search found 2 matches
- 05 Feb 2014, 13:16
- Forum: CAD VCL
- Topic: Export SVG with IsWithoutBorder
- Replies: 3
- Views: 18988
Re: Export SVG with IsWithoutBorder
Hallo Mikhail,
thx for the answer.
Is it also possible to export only a viewBox of the SVG? When i export i always get a viewBox of 0 0 65535 65535.
thx for the answer.
Is it also possible to export only a viewBox of the SVG? When i export i always get a viewBox of 0 0 65535 65535.
- 24 Jan 2014, 15:54
- Forum: CAD VCL
- Topic: Export SVG with IsWithoutBorder
- Replies: 3
- Views: 18988
Export SVG with IsWithoutBorder
Hallo, I use CADImportVCL to show SVG in an TPicture-Component. With the SVG unit i can set the IsWithoutBorder property to true. Now i want to export this SVG with this option in a new SVG-file. But when I open this new file with the InternetBrowser (FF, IE) there is a border. Is there a possibilit...