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.
1 parent 9314020 commit e59d74eCopy full SHA for e59d74e
lib/scenic/graph.ex
@@ -846,7 +846,7 @@ defmodule Scenic.Graph do
846
@doc """
847
Compute the bounding box that contains the graph.
848
849
- Returns `{left, right, top, bottom}` or `nil` if the graph is empty.
+ Returns `{left, top, right, bottom}` or `nil` if the graph is empty.
850
"""
851
@spec bounds(graph :: t()) :: Scenic.Graph.bounds() | nil
852
defdelegate bounds(graph), to: Scenic.Graph.Bounds, as: :compute
0 commit comments