+ make typedefs public
This commit is contained in:
parent
5f26d82ca2
commit
9e95d88acd
1 changed files with 2 additions and 2 deletions
|
@ -102,14 +102,14 @@ private:
|
|||
template <typename VertexSource, typename AttributeSource, typename ScanlineRenderer, typename PixelFormat>
|
||||
class svg_renderer : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
typedef agg::conv_curve<VertexSource> curved_type;
|
||||
typedef agg::conv_stroke<curved_type> curved_stroked_type;
|
||||
typedef agg::conv_transform<curved_stroked_type> curved_stroked_trans_type;
|
||||
typedef agg::conv_transform<curved_type> curved_trans_type;
|
||||
typedef agg::conv_contour<curved_trans_type> curved_trans_contour_type;
|
||||
typedef agg::renderer_base<PixelFormat> renderer_base;
|
||||
|
||||
public:
|
||||
|
||||
svg_renderer(VertexSource & source, AttributeSource const& attributes)
|
||||
: source_(source),
|
||||
curved_(source_),
|
||||
|
|
Loading…
Add table
Reference in a new issue