From: SourceForge.net <no...@so...> - 2006-01-30 14:55:53
|
Bugs item #1400013, was opened at 2006-01-08 16:31 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446780&aid=1400013&group_id=46621 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SVG DOM Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Vertically transposed text not appearing correctly Initial Comment: I've got an SVG export from the Nevron Charting tool. It looks fine when I view it in the Adobe SVG Viewer, but when I export the SVG using SVG#, using the following code: ______ SharpVectors.Renderer.Gdi.GdiRenderer renderer = new SharpVectors.Renderer.Gdi.GdiRenderer(); SharpVectors.Dom.Svg.SvgWindow window = new SharpVectors.Dom.Svg.SvgWindow(4000, 1000, renderer); SharpVectors.Dom.Svg.SvgDocument document = new SharpVectors.Dom.Svg.SvgDocument(window); document.Load (this.textBox1.Text); Bitmap bitmap = renderer.Render(document); bitmap.Save ("c:\\temp\\out.png", System.Drawing.Imaging.ImageFormat.Png); ______ The process succeeds, but the text is not shown correctly. I'll attach the SVG and outputted PNG files for reference. This is happening on version 0.4 alpha of the code. closey1 ATTTT hawtmail.com not hawt, but hot. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-01-30 06:55 Message: Logged In: NO I've got the same problem! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446780&aid=1400013&group_id=46621 |