1
0
Fork 0

New translations en.md (German)

skip-build
This commit is contained in:
Joost De Cock 2023-07-21 22:47:01 +02:00
parent 70da1a1f20
commit 3786c9a9d7

View file

@ -1,11 +1,11 @@
---
title: Render Engine
title: Rendering 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:
Mit dieser Einstellung kannst du auswählen, wie dein Muster gerendert werden soll. Mit anderen Worten , wie es auf dem Bildschirm gezeichnet wird. Es gibt zwei Möglichkeiten:
- `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
- `React` ermöglicht mehr Interaktivität und ist für die Anzeige von Mustern auf dem Bildschirm optimiert.
- `SVG` ermöglicht keine Interaktivität wie die Option `React` . Stattdessen ist es für den Druck optimiert
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.
Standardmäßig verwendet diese Website nur SVG, wenn du dein Muster exportierst. Bei der Erstellung und Anpassung deines Musters verwenden wir React, es sei denn, du änderst es mit dieser Einstellung in SVG.