Use translate in WeChat applet canvas to scale the origin of coordinates
translate
Definition
Transform the origin (0, 0) of the current coordinate system. The default origin of the coordinate system is the upper left corner of the page.
Parameters
Parameters | Type | Description |
---|---|---|
Number | Horizontal coordinate translation amount | |
Number | Vertical Coordinate translation amount |