scaleIndependently

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the scaleIndependently of <EPSObject> to {true | false}
Summary

Specifies whether an EPS object's vertical and horizontal dimensions are sized independently or proportionally.

Introduced1.0
OSlinux, ios, android
Platformsdesktop, server, mobile
Example
set the scaleIndependently of EPS 2 to false
Values
NameTypeDescription
Value

The scaleIndependently of an EPS object is true or false.

RelatedProperty: postScript, yExtent, yScale, xExtent, xScale, scale, boundingBox
Glossary: EPS, property, object
Object: EPS
Description

Use the scaleIndependently property to control the screen appearance of an EPS object.

If the scaleIndependently is true, the PostScript image is scaled vertically to fit the full height of the EPS object and horizontally to fit the full width, even if this causes the image to be distorted.

If the scaleIndependently is false, the PostScript image is scaled proportionally to fit at least one dimension, even if the other dimension does not completely fill the EPS object's rectangle.

This property is supported only on Unix systems with Display PostScript installed.

Tagsmultimedia