thorvg/src/loaders/svg
Mira Grudzinska 4485db4f15 svg_loader: a function to establish shapes boundries without a stroke introduced
To handle the objectBoundingBox units, the shape's boundaries have to be known.
According to the SVG standard, a stroke shouldn't be taken into account. Since
the bounds() api uses the shape's stroke information, a new function is introduced,
that compensates this and returns boundaries without any strokes.
2021-11-26 11:47:15 +01:00
..
meson.build loaders svg: code refactoring 2021-04-21 11:12:22 +09:00
tvgSvgLoader.cpp svg_loader: Add nullptr check. 2021-11-19 17:37:45 +09:00
tvgSvgLoader.h Revert "loaders: Consider colorspaces (#838)" 2021-11-01 16:53:25 +09:00
tvgSvgLoaderCommon.h svg_loader: reduce binary size 2021-11-05 17:17:20 +09:00
tvgSvgPath.cpp updated license 2021-10-20 22:50:07 +09:00
tvgSvgPath.h loaders svg: code refactoring 2021-04-09 15:57:23 +09:00
tvgSvgSceneBuilder.cpp svg_loader: a function to establish shapes boundries without a stroke introduced 2021-11-26 11:47:15 +01:00
tvgSvgSceneBuilder.h svg loader: converting the image path to the absolute one 2021-10-23 02:26:55 +02:00
tvgSvgUtil.cpp svg_loader util: fix the floating constant truncated to zero issue. 2021-10-15 15:20:01 +09:00
tvgSvgUtil.h svg_loader: <image> tag introduced 2021-07-09 12:04:29 +09:00
tvgXmlParser.cpp svg_loader: reduce binary size 2021-11-05 17:12:53 +09:00
tvgXmlParser.h svg_loader XMLParser: Clean up parameter type 2021-10-21 15:03:47 +09:00