PCL
pcl::SVGRenderOption Namespace Reference

Rendering options for raster image representation of SVG documents. More...

Detailed Description

SVGRenderOption::PreserveAspectRatio Render within the specified rectangular area, preserving the original aspect ratio of the SVG drawing. If not selected, render freely to fill the specified rectangular area entirely.
SVGRenderOption::HighQuality Render with a high-quality, thread-unsafe implementation supporting the entire SVG 1.1 specification. If not selected, use a fast thread-safe implementation that supports most of the SVG 1.1 specification.
SVGRenderOption::Default Default rendering options: SVGRenderOption::PreserveAspectRatio | SVGRenderOption::Fast