Method: PSD::Node::Layer#scale_path_components
- Defined in:
- lib/psd/node_layer.rb
#scale_path_components(xr, yr) ⇒ Object
Attempt to scale the path components of the layer.
40 41 42 |
# File 'lib/psd/node_layer.rb', line 40 def scale_path_components(xr, yr) @layer.scale_path_components(xr, yr) end |