Revision 79995f5...

Go back to digest for 22nd April 2012

Bug Fixes in Office

Thorsten Zachmann committed changes in [calligra] libs/flake/svg/SvgUtil.cpp:

Fix crash in loading svg file from blender

The svg file blender writes out contains a viewBox with wrong content

<svg width="2048px" height="2048px" viewBox="0px 0px 2048px 2048px"
xmlns="http://www.w3.org/2000/svg" version="1.1">

Workaround the bug by removing the px from the viewBox string before loading
the viewBox values.

File Changes

Modified 1 files
  • libs/flake/svg/SvgUtil.cpp
1 files changed in total