Skip to content

Commit

Permalink
new dot symbolizer for fast rendering of points - refs #1651 mapbox/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 17, 2014
1 parent 9f08487 commit 36a18a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/agg_ellipse.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ namespace agg
void approximation_scale(double scale);
void rewind(unsigned path_id);
unsigned vertex(double* x, double* y);
unsigned num_steps() { return m_num; }

private:
void calc_num_steps();
Expand Down

0 comments on commit 36a18a3

Please sign in to comment.