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

misplaced pattern-grid #395

Closed
JoKalliauer opened this issue Jun 15, 2021 · 1 comment
Closed

misplaced pattern-grid #395

JoKalliauer opened this issue Jun 15, 2021 · 1 comment

Comments

@JoKalliauer
Copy link
Contributor

I assume this issue might be a duplicate of #221 #392

The last vertical line should be at the right end of the horizontal lines

Input

<?xml version="1.0" encoding="UTF-8"?>
<svg width="750" height="500" viewBox="-31.675 -134.3 249.14 164.7" xmlns="http://www.w3.org/2000/svg">
 <defs>
  <pattern id="a" x="0" y="0" width="11.73" height="220" patternUnits="userSpaceOnUse" patternTransform="matrix(1 0 0 -1 0 0)">
   <path fill="#000000" stroke="#000000" stroke-width="0.37" d="M 0 0 L 0 220"/>
  </pattern>
  <pattern id="b" x="0" y="0" width="156.42" height="10" patternUnits="userSpaceOnUse" patternTransform="matrix(1 0 0 -1 0 0)">
   <path fill="#000000" stroke="#000000" stroke-width="0.37" d="M 0 0 L 156.42 0"/>
  </pattern>
 </defs>
 <path fill="#ffffff" stroke="none" transform="matrix(0.1 0 0 0.1 0 0)" d="M -316.8 -1343 L 2174.6 -1343 L 2174.6 304 L -316.8 304 Z"/>
 <path fill="#000000" stroke="#000000" stroke-width="7.4" stroke-linecap="round" transform="matrix(0.1 0 0 0.1 0 0)" d="M 0 0 L 2110 0 M 0 0 L 0 -1100"/>
 <path fill="url(#a)" stroke="none" d="M 0.3 0 L 215.7 0 L 215.7 -110 L 0.3 -110 Z"/>
 <path fill="url(#b)" stroke="none" d="M 0 -0.3 L 211.2 -0.3 L 211.2 -112.5 L 0 -112.5 Z"/>
</svg>

svg

source: https://commons.wikimedia.org/wiki/File:2014_West_Africa_Ebola_Epidemic_-_New_Cases_per_Week.svg

Output

2014_West_Africa_Ebola_Epidemic__New_Cases_per_WeekCiCkskCU_re

@RazrFalcon
Copy link
Owner

Duplicate of #628

@RazrFalcon RazrFalcon marked this as a duplicate of #628 May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants