Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap line not inserting new line #149

Closed
ldevillez opened this issue Oct 5, 2023 · 0 comments · Fixed by #160
Closed

Wrap line not inserting new line #149

ldevillez opened this issue Oct 5, 2023 · 0 comments · Fixed by #160
Labels

Comments

@ldevillez
Copy link
Collaborator

ldevillez commented Oct 5, 2023

Describe the bug
Wrap line do not produce the correct result. The line are wrapped but new line are not inserted so the new line complete the previous line.

Setup:

  • Mode: inkscape/
  • SVG2TikZ version: Master of today
  • OS version: Ubuntu 22.10
  • Inkscape version: 1.3

To Reproduce
Activate the wrap line

Expected behavior
New line should be added instead of completing the previous line:

\path[draw=black,fill,miter limit=10.0] (1.2, 4.2) -- (1.1, 4.4) -- (1.2, 4.4)
  -- (1.3, 4.4) -- cycle;    \path[draw=black,miter limit=10.0] (5.8, 5.5) --
  (7.8, 5.5) -- (7.8, 4.4);    \path[draw=black,fill,miter limit=10.0] (7.8,
  4.2) -- (7.7, 4.4) -- (7.8, 4.4) -- (7.9, 4.4) -- cycle;

Instead of

\path[draw=black,fill,miter limit=10.0] (1.2, 4.2) -- (1.1, 4.4) -- (1.2, 4.4)
  -- (1.3, 4.4) -- cycle;
\path[draw=black,miter limit=10.0] (5.8, 5.5) -- (7.8, 5.5) -- (7.8, 4.4);
\path[draw=black,fill,miter limit=10.0] (7.8, 4.2) -- (7.7, 4.4) -- (7.8, 4.4)
  -- (7.9, 4.4) -- cycle;
@ldevillez ldevillez added the bug label Oct 5, 2023
@ldevillez ldevillez linked a pull request Oct 10, 2023 that will close this issue
8 tasks
@ldevillez ldevillez mentioned this issue Oct 10, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant