Re: [PATCH] SVG import: keep aspect ratio when transforming viewbox to viewport

2012-03-22 Thread Chr. Rossmanith
At the moment I'm looking at positioning and sizing of text. But I need some help where to start. Font size is parsed correctly, transformed from pt into mm but rendered with the mm size in pt: a 20pt font is 7mm and is displayed as 7pt. Maybe I should file a bug with a small example graphic.

Re: [PATCH] SVG import: keep aspect ratio when transforming viewbox to viewport

2012-03-21 Thread Fridrich Strba
Thanks, Christina, for this one. Pushed it. In case you want to fix some more SVG import bugs, I spoke with someone who did some stess-testing :) Fridrich On 17/03/12 22:14, Chr. Rossmanith wrote: > Hi, > > bug 47451 has a test doc (svg) attached which isn't imported correctly > by LibreOffice.

[PATCH] SVG import: keep aspect ratio when transforming viewbox to viewport

2012-03-17 Thread Chr. Rossmanith
ina >From f4ec3728c66fafe01d153090678eb4c189cd7a84 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Sat, 17 Mar 2012 22:06:22 +0100 Subject: [PATCH] SVG import: keep aspect ratio when transforming viewbox to viewport --- filter/source/svg/svgreader.cxx |9 + 1 files changed,