From 39f7359c00d04e8ca8d3bc7baa9d227010f8ce84 Mon Sep 17 00:00:00 2001
From: vishwak <23211a04j4@bvrit.ac.in>
Date: Sun, 14 Sep 2025 14:53:03 +0000
Subject: [PATCH 1/5] fix: added russian and arabic translated versions of read
me files
---
README.md | 4 ++--
README_ar.md | 2 +-
README_en.md | 4 ++--
README_ru.md | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index aaa6307e..2ceb4fdc 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
-[*English README*](https://github.com/plait-board/drawnix/blob/develop/README_en.md) | [*Русский README*](https://github.com/plait-board/drawnix/blob/develop/README_ru.md) | [*العربية README*](https://github.com/plait-board/drawnix/blob/develop/README_ar.md)
+[*English README*](https://github.com/plait-board/drawnix/blob/read_me/README_en.md) | [*Русский README*](https://github.com/plait-board/drawnix/blob/read_me/README_ru.md) | [*العربية README*](https://github.com/plait-board/drawnix/blob/read_me/README_ar.md)
## 特性
@@ -45,7 +45,7 @@
- 🖌 画笔
- 😀 插入图片
- 🚀 基于插件机制
-- 🖼️ 📃 导出为 PNG, JSON(`.drawnix`)
+- 🖼️ 📃 导出为 PNG, JPG, SVG, JSON(`.drawnix`)
- 💾 自动保存(浏览器缓存)
- ⚡ 编辑特性:撤销、重做、复制、粘贴等
- 🌌 无限画布:缩放、滚动
diff --git a/README_ar.md b/README_ar.md
index 9eb63ab1..234df386 100644
--- a/README_ar.md
+++ b/README_ar.md
@@ -36,7 +36,7 @@
-[*中文*](https://github.com/plait-board/drawnix/blob/develop/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/develop/README_en.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/develop/README_ru.md)
+[*中文*](https://github.com/plait-board/drawnix/blob/read_me/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/read_me/README_en.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/read_me/README_ru.md)
diff --git a/README_en.md b/README_en.md
index 7446a757..1d2fc62c 100644
--- a/README_en.md
+++ b/README_en.md
@@ -36,7 +36,7 @@
-[*中文*](https://github.com/plait-board/drawnix/blob/develop/README.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/develop/README_ru.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/develop/README_ar.md)
+[*中文*](https://github.com/plait-board/drawnix/blob/read_me/README.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/read_me/README_ru.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/read_me/README_ar.md)
## Features
@@ -45,7 +45,7 @@
- 🖌 Freehand
- 😀 Image Support
- 🚀 Plugin-based Architecture - Extensible
-- 🖼️ 📃 Export to PNG, JPG, JSON(.drawnix)
+- 🖼️ 📃 Export to PNG, JPG, SVG, JSON(.drawnix)
- 💾 Auto-save (Browser Storage)
- ⚡ Edit Features: Undo, Redo, Copy, Paste, etc.
- 🌌 Infinite Canvas: Zoom, Pan
diff --git a/README_ru.md b/README_ru.md
index 1591ab5e..ad039412 100644
--- a/README_ru.md
+++ b/README_ru.md
@@ -36,7 +36,7 @@
-[*中文*](https://github.com/plait-board/drawnix/blob/develop/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/develop/README_en.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/develop/README_ar.md)
+[*中文*](https://github.com/plait-board/drawnix/blob/read_me/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/read_me/README_en.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/read_me/README_ar.md)
## Особенности
From 4c200f0d636b0858925e21a21b2e3380d028b5e5 Mon Sep 17 00:00:00 2001
From: vishwak <23211a04j4@bvrit.ac.in>
Date: Sun, 14 Sep 2025 20:32:08 +0530
Subject: [PATCH 2/5] Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2ceb4fdc..819ce903 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
-[*English README*](https://github.com/plait-board/drawnix/blob/read_me/README_en.md) | [*Русский README*](https://github.com/plait-board/drawnix/blob/read_me/README_ru.md) | [*العربية README*](https://github.com/plait-board/drawnix/blob/read_me/README_ar.md)
+[*English README*](https://github.com/plait-board/drawnix/blob/develop/README_en.md) | [*Русский README*](https://github.com/plait-board/drawnix/blob/develop/README_ru.md) | [*العربية README*](https://github.com/plait-board/drawnix/blob/develop/README_ar.md)
## 特性
From 85b313e60860d073feca03a4ed9eb6b701d7d374 Mon Sep 17 00:00:00 2001
From: vishwak <23211a04j4@bvrit.ac.in>
Date: Sun, 14 Sep 2025 20:32:15 +0530
Subject: [PATCH 3/5] Update README_ru.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
README_ru.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_ru.md b/README_ru.md
index ad039412..1591ab5e 100644
--- a/README_ru.md
+++ b/README_ru.md
@@ -36,7 +36,7 @@
-[*中文*](https://github.com/plait-board/drawnix/blob/read_me/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/read_me/README_en.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/read_me/README_ar.md)
+[*中文*](https://github.com/plait-board/drawnix/blob/develop/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/develop/README_en.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/develop/README_ar.md)
## Особенности
From f52b08ef1ba64bea0a800b8c74bfeadd42804244 Mon Sep 17 00:00:00 2001
From: vishwak <23211a04j4@bvrit.ac.in>
Date: Sun, 14 Sep 2025 20:32:22 +0530
Subject: [PATCH 4/5] Update README_en.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
README_en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_en.md b/README_en.md
index 1d2fc62c..addc87b9 100644
--- a/README_en.md
+++ b/README_en.md
@@ -36,7 +36,7 @@
-[*中文*](https://github.com/plait-board/drawnix/blob/read_me/README.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/read_me/README_ru.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/read_me/README_ar.md)
+[*中文*](https://github.com/plait-board/drawnix/blob/develop/README.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/develop/README_ru.md) | [*العربية*](https://github.com/plait-board/drawnix/blob/develop/README_ar.md)
## Features
From cf130c45011b3cd10fad3a257a5b27313ae21685 Mon Sep 17 00:00:00 2001
From: vishwak <23211a04j4@bvrit.ac.in>
Date: Sun, 14 Sep 2025 20:32:33 +0530
Subject: [PATCH 5/5] Update README_ar.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
README_ar.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_ar.md b/README_ar.md
index 234df386..9eb63ab1 100644
--- a/README_ar.md
+++ b/README_ar.md
@@ -36,7 +36,7 @@
-[*中文*](https://github.com/plait-board/drawnix/blob/read_me/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/read_me/README_en.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/read_me/README_ru.md)
+[*中文*](https://github.com/plait-board/drawnix/blob/develop/README.md) | [*English*](https://github.com/plait-board/drawnix/blob/develop/README_en.md) | [*Русский*](https://github.com/plait-board/drawnix/blob/develop/README_ru.md)