Class Prawn::Svg::Document
In: lib/prawn/svg/document.rb
Parent: Object

Methods

distance   new   points   x   y  

Included Modules

Prawn::Measurements

Constants

CSS_PARSER_LOADED = true
CSS_PARSER_LOADED = false
DEFAULT_WIDTH = 640
DEFAULT_HEIGHT = 480

Attributes

actual_height  [R] 
actual_width  [R] 
css_parser  [R] 
height  [R] 
root  [R] 
scale  [RW]  The scaling factor, as determined by the :width or :height options.
warnings  [R]  An Array of warnings that occurred while parsing the SVG data.
width  [R] 
x_offset  [R] 
y_offset  [R] 

Public Class methods

Public Instance methods

[Validate]