I have two problems on the Windows Nightly Build from two nights ago.
1. Font rendering with styles defined like
<svg:g style="font-family:Differentfont"> <text>"Hello"</text> </g>
The text is rendering in the default font rather than the font defined in the parent style
2. Boolean operations When I am doing difference operations, the resulting path is not in the same location as the starting point.
I'm not really expecting things to work in the nightlies, but I wanted to make sure they get noticed. I'll check the latest tonight after work.
Jeff
On 4/25/07, Jeffrey Brent McBeth <mcbeth@...1156...> wrote:
I have two problems on the Windows Nightly Build from two nights ago.
- Font rendering with styles defined like
<svg:g style="font-family:Differentfont"> <text>"Hello"</text>
</g>
The text is rendering in the default font rather than the font defined in the parent style
- Boolean operations
When I am doing difference operations, the resulting path is not in the same location as the starting point.
When reporting problems, please ALWAYS attach sample file. Never assume that others see the same thing as you do. Your SVG may have a lot of features that you are unaware of but that affect what you see. Please save developers' time by providing sample files and exact steps to reproduce.
On Wed, Apr 25, 2007 at 02:26:28PM -0300, bulia byak wrote:
On 4/25/07, Jeffrey Brent McBeth <mcbeth@...1156...> wrote:
I have two problems on the Windows Nightly Build from two nights ago.
- Font rendering with styles defined like
<svg:g style="font-family:Differentfont"> <text>"Hello"</text>
</g>
The text is rendering in the default font rather than the font defined in the parent style
- Boolean operations
When I am doing difference operations, the resulting path is not in the same location as the starting point.
When reporting problems, please ALWAYS attach sample file. Never assume that others see the same thing as you do. Your SVG may have a lot of features that you are unaware of but that affect what you see. Please save developers' time by providing sample files and exact steps to reproduce.
My apologies. I did know that, and would have if I weren't at the wrong side of carrier pigeon based TCP/IP link. Until I get to a decent connection and try to work up a minimal example rather than what I'm about to hand you, this'll have to do.
http://broggs.org/~mcbeth/Celts/Celtic_Fury.svg
None of the labels render with the correct font anymore (works on 0.45.1), Firefox, Opera (except the flowed text doesn't display, but I know what causes that)
If I perform a difference of any of the terrain with a rectangle (cropping the map), the new path is offset up and to the right of where it should be.
The XML editor doesn't update properly when I remove objects.
Jeff
On 4/26/07, Jeffrey Brent McBeth <mcbeth@...1156...> wrote:
If I perform a difference of any of the terrain with a rectangle (cropping the map), the new path is offset up and to the right of where it should be.
I think I can confirm this one. It would be nice if you could prepare a smaller sample file (this one is too big for SF bug tracker) and submit a bug report with this file.
As for the fonts, I cannot test that because I don't have the fonts you used in that file. If you can upload the fonts somewhere I would be able to test that as well.
participants (2)
-
bulia byak
-
Jeffrey Brent McBeth