This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ddc50c6f1 Markdow SVG icon is broken #5995 (#6132)
9ddc50c6f1 is described below

commit 9ddc50c6f1d6008e13acce3914358b32e2d5ad8d
Author: Nicolas Adment <[email protected]>
AuthorDate: Sun Dec 7 14:17:05 2025 +0100

    Markdow SVG icon is broken #5995 (#6132)
---
 plugins/transforms/textfile/src/main/resources/markdown.svg | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/plugins/transforms/textfile/src/main/resources/markdown.svg 
b/plugins/transforms/textfile/src/main/resources/markdown.svg
index e69de29bb2..cd290db1d7 100644
--- a/plugins/transforms/textfile/src/main/resources/markdown.svg
+++ b/plugins/transforms/textfile/src/main/resources/markdown.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="800px" height="800px">
+    <path fill="#9575CD" 
d="M14.5,572.4V209.5h79.527l119.29,136.088L332.607,209.5h79.526v362.9h-79.526V337.877l-119.29,136.089L94.028,337.877V572.4
+       H14.5 
M571.189,209.5h119.29v181.451h99.407L630.832,595.084L471.779,390.951h99.41V209.5z"/>
+</svg>
\ No newline at end of file

Reply via email to