Class: InlineSvg::TransformPipeline::Transformations::ViewBox
- Inherits:
-
Transformation
- Object
- Transformation
- InlineSvg::TransformPipeline::Transformations::ViewBox
- Defined in:
- lib/inline_svg/transform_pipeline/transformations/view_box.rb
Instance Attribute Summary
Attributes inherited from Transformation
Instance Method Summary collapse
Methods inherited from Transformation
create_with_value, #initialize, #with_svg
Constructor Details
This class inherits a constructor from InlineSvg::TransformPipeline::Transformations::Transformation
Instance Method Details
#transform(doc) ⇒ Object
3 4 5 6 7 |
# File 'lib/inline_svg/transform_pipeline/transformations/view_box.rb', line 3 def transform(doc) with_svg(doc) do |svg| svg["viewBox"] = value end end |