1
0
Fork 0

New translations en.md (Ukrainian)

This commit is contained in:
Joost De Cock 2023-05-19 17:12:45 +02:00
parent 540854df98
commit 4c93dce391

View file

@ -0,0 +1,11 @@
---
title: Render Engine
---
This setting allows you to choose how your pattern will be rendered. In other words, how it will be drawn on the screen. There are two options:
- `React` allows for more interactivity, and is optimized for displaying patterns on-screen
- `SVG` does not allow interactivity like the `React` option does. Instead it is optimized for printing
By default, this website only uses SVG when you are exporting your pattern. While you are generating and tweaking your pattern, we use React, unless you use this setting to change that to SVG.