current_translate property
current_translate property
On an outermost svg element, the corresponding translation factor that takes into account user “magnification”. When accessed on an ‘svg’ element that is not an outermost svg element, it is undefined what behavior this attribute has.
Definition:
@property
def current_translate(self):
...
@current_translate.setter
def current_translate(self, value):
...
See Also
- module
aspose.html.dom.svg
- class
SVGPoint
- class
SVGSVGElement