Skip to content

Commit

Permalink
gothas
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Aug 19, 2023
1 parent 4e68b8d commit ed291ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Keep in mind that rendering can be expensive and therefore can lead to a drop in

Rendering is performed in the parent plane, see [transformations](#transformations).

Objects need a reference to canvas for proper rendering (handled by fabric under the hood).

#### `renderAll` vs. `requestRenderAll`

`renderAll` is sync, `requestRenderAll` is not, both render the canvas.
Expand Down Expand Up @@ -134,6 +136,8 @@ Take a look at:

Use the `classRegistry` to register your own classes for parsing.

If you encounter issues with serialization try changing `NUM_FRACTION_DIGITS`.

## Customization, Subclassing & Mutation

```ts
Expand Down

0 comments on commit ed291ce

Please sign in to comment.