class Rasem::SVGRadialGradient

SVG radial 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 745
def initialize(img, attributes={}, &block)
  super(img, "radialGradient", attributes, &block)
end