class Rasem::SVGLinearGradient
SVG linear gradient element
Public Class Methods
new(img, attributes={}, &block)
click to toggle source
Calls superclass method
Rasem::SVGTagWithParent::new
# File lib/rasem/svg_image.rb, line 735 def initialize(img, attributes={}, &block) super(img, "linearGradient", attributes, &block) end