Module Magick::RVG::PreserveAspectRatio
In: lib/rvg/stretchable.rb

Methods

Public Instance methods

Specifies how the image within a viewport should be scaled.

align
a combination of ‘xMin’, ‘xMid’, or ‘xMax’, followed by ‘YMin’, ‘YMid’, or ‘YMax‘
meet_or_slice
one of ‘meet’ or ‘slice’

[Validate]