We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.get/set_ViewBox
1 parent 381e9ee commit 67ba961Copy full SHA for 67ba961
Types/Turtle/get_ViewBox.ps1
@@ -18,6 +18,6 @@ if ($this.'.ViewBox') { return $this.'.ViewBox' }
18
$viewBox = $this.Maximum - $this.Minimum
19
20
# and return the viewbox
21
-return $this.Minimum.X, $this.Minimum.Y, $viewBox.width, $viewBox.height
+return $this.Minimum.X, $this.Minimum.Y, $viewBox.X, $viewBox.Y
22
23
0 commit comments