Code

fix bug where bbox is calculated wrong for paths with markers when the path has a...
authorJohan Engelen <goejendaagh@zonnet.nl>
Sun, 29 Aug 2010 16:33:10 +0000 (18:33 +0200)
committerJohan Engelen <goejendaagh@zonnet.nl>
Sun, 29 Aug 2010 16:33:10 +0000 (18:33 +0200)
commita7a0c024688ba27858e079e084a550075d28f192
tree6e265fa11f027ff938de5b34da3698b9b862b7e9
parent4be4debfede35da46522c238cf7d7a9aed8f5471
fix bug where bbox is calculated wrong for paths with markers when the path has a transform applied. the transform was applied twice (sp_shape_marker_get_transform_at_start already takes care of rotation and translation, and scale is taken care of by item_outline call within item_outline_add_marker)
src/splivarot.cpp