Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed Jan 5, 2019
1 parent 4f980e4 commit 4cd4b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Can be any `ReactElement` that has `Image` or `ImageBackground` child. Usually t

`number | RelativeUnit | Expression`

`Distance` can be a `number` representing actual pixels, a [RelativeUnit](#RelativeUnit) representing a value that depends on the image size or a [Expression](#Expression).
`Distance` can be a `number` representing actual pixels, a [RelativeUnit](#RelativeUnit) representing a value that depends on the image size or an [Expression](#Expression).

***
#### Position
Expand Down Expand Up @@ -146,6 +146,6 @@ A [4x5 matrix](https://developer.android.com/reference/android/graphics/ColorMat

***
#### PathStep
An object created by [moveTo](functions.md#moveTo), [lineTo](functions.md#lineTo), [quadTo](functions.md#quadTo), [cubicTo](functions.md#cubicTo), [closePath](functions.md#closePath) functions. Coordinate system of a path generated with array of `PathStep`s starts in the center point of image canvas:
An object created by [moveTo](functions.md#moveTo), [lineTo](functions.md#lineTo), [quadTo](functions.md#quadTo), [cubicTo](functions.md#cubicTo) and [closePath](functions.md#closePath) functions. Coordinate system of a path generated with array of `PathStep`s starts in the center point of image canvas:

<img src="../img/coordinates.png">

0 comments on commit 4cd4b2a

Please sign in to comment.