mapnik/include/mapnik/svg
Carlos López 83a7b4710e Fixed a bug that caused half of the vertexes to disappear from the SVG path.
+ mapnik::geometry_iterator was replaced by mapnik::svg::path_iterator
+ svg::path_output_grammar was simplified
+ the container for this grammar is now coord_transform2, instead of geometry
+ added typedef size_type to coord_transform2 and removed it from geometry
2011-02-14 03:40:25 +00:00
..
svg_converter.hpp #654 - add support for linear and radial gradients in SVG symbols. Thanks to Toby Collett for the coding & Paul Wicks for funding. 2011-01-26 01:18:40 +00:00
svg_generator.hpp SVG renderer grammars working with iterator of geometry, but generating wrong path vertexes (all vertexes are output as 0s). 2011-01-23 23:10:05 +00:00
svg_output_attributes.hpp SVG_RENDERER grammars adapted to use vertex_vector instead of vertex_vector2 and BOOST_FUSION_ADAPT_STRUCT instead of BOOST_TUPLE_ADAPT_CLASS. This changes have not been tested though. There's still a compile error because there is no iterator in class geometry anymore. 2011-01-18 03:43:53 +00:00
svg_output_grammars.hpp Fixed a bug that caused half of the vertexes to disappear from the SVG path. 2011-02-14 03:40:25 +00:00
svg_parser.hpp #654 - add support for linear and radial gradients in SVG symbols. Thanks to Toby Collett for the coding & Paul Wicks for funding. 2011-01-26 01:18:40 +00:00
svg_path_adapter.hpp avoid compiler warnings 2010-09-18 18:51:22 +00:00
svg_path_attributes.hpp #654 - add support for linear and radial gradients in SVG symbols. Thanks to Toby Collett for the coding & Paul Wicks for funding. 2011-01-26 01:18:40 +00:00
svg_path_commands.hpp + move deg2rad to svg_path_commands 2010-06-18 15:39:23 +00:00
svg_path_grammar.hpp + move deg2rad to svg_path_commands 2010-06-18 15:39:23 +00:00
svg_path_iterator.hpp Fixed a bug that caused half of the vertexes to disappear from the SVG path. 2011-02-14 03:40:25 +00:00
svg_path_parser.hpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
svg_points_grammar.hpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
svg_renderer.hpp comment debug output 2011-01-26 09:17:01 +00:00
svg_storage.hpp + cache SVG marker bounding box 2010-06-08 10:16:31 +00:00
svg_transform_grammar.hpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00