LaYaute74 opened a new issue, #4240:
URL: https://github.com/apache/hop/issues/4240

   ### Apache Hop version?
   
   2.8.0 (2024-02-28 03.31.08)
   
   ### Java version?
   
   11.0.23
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Summary : There is a 'graphic' problem on the SVG file when exported with a 
french HoP due to the difference in the syntax beetween the dot and the comma 
in the SVG code.
   
   Step 1 : Put Hop In french, close it reopen it so we are sure we are in 
french standard.
   
   Step 2 : Take a workflow and do an SVG export
   
   Step 3 : Open it and see the graphic problem (start button, pipeline icone, 
hop arrow, etc. See the difference beetween a french (left) and an english 
(right) export.
   
![image](https://github.com/user-attachments/assets/d92db136-90e8-4a30-a9ef-d739152a104d)
   
   Step 4 : Open it with text editor and see the issues in the following code
   
   How to resolve it : Find a way to modify the way this line is generated in 
the SVG code (there is the french SVG code)
   <g xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:cc="http://creativecommons.org/ns#"; filename="ui/images/true.svg" 
transform="translate(699 136) **scale(0,667 0,667)** rotate(0 12 12)" 
stroke="none">
   
   Every line <g xmlns:sodipodi is problematic because of the comma in 
translate, scale ou rotate. See the english one :
   <g xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:cc="http://creativecommons.org/ns#"; filename="ui/images/true.svg" 
transform="translate(699 136) **scale(0.667 0.667)** rotate(0 12 12)" 
stroke="none">
   
   
   
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to