class SVG
SVG renderer for scalable vector graphics
Definitions
def transparent?
Signature
-
returns
Boolean
true if background should be transparent
Implementation
def transparent?
@light_color.nil? || @light_color == "transparent"
end