]> git.saurik.com Git - wxWidgets.git/commit
Fix text origin and bounding box computations in wxSVGFileDC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Sep 2012 23:19:35 +0000 (23:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Sep 2012 23:19:35 +0000 (23:19 +0000)
commit66815259f590d8a88cab69e0a813bc6e8c6029cc
treeeea4c31668c72f132be2a03a11bda44d5ff8e9a4
parentc9848e6318cdb8525574272ced74b0389e86319c
Fix text origin and bounding box computations in wxSVGFileDC.

Text origin was calculated incorrectly for the rotated text and the bounding
box was wrong even in non-rotated case.

Fix this by using correct definition of the text anchor according to the SVG
specification and add a test to the svg sample demonstrating this.

Closes #14489.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
samples/svg/svgtest.cpp
src/common/dcsvg.cpp