From 4c93dce391e4def6c93cace697c4b17173faf0e3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 19 May 2023 17:12:45 +0200 Subject: [PATCH] New translations en.md (Ukrainian) --- .../org/docs/site/draft/core-settings/renderer/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/site/draft/core-settings/renderer/uk.md diff --git a/markdown/org/docs/site/draft/core-settings/renderer/uk.md b/markdown/org/docs/site/draft/core-settings/renderer/uk.md new file mode 100644 index 00000000000..31fba6c201c --- /dev/null +++ b/markdown/org/docs/site/draft/core-settings/renderer/uk.md @@ -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. +