mapnik/src/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
..
process_building_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_glyph_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_line_pattern_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_line_symbolizer.cpp Added support for processing multiple symbolizers to svg renderer. 2010-08-10 08:23:02 +00:00
process_markers_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_point_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_polygon_pattern_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_polygon_symbolizer.cpp Added support for processing multiple symbolizers to svg renderer. 2010-08-10 08:23:02 +00:00
process_raster_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_shield_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
process_symbolizers.cpp + remove template from mapnik::rule 2011-01-13 21:35:01 +00:00
process_text_symbolizer.cpp Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator. 2010-07-22 04:48:11 +00:00
svg_generator.cpp Fixed a bug that caused half of the vertexes to disappear from the SVG path. 2011-02-14 03:40:25 +00:00
svg_output_attributes.cpp Added missing files from last commit. 2010-08-10 08:25:09 +00:00
svg_renderer.cpp Added support for processing multiple symbolizers to svg renderer. 2010-08-10 08:23:02 +00:00