-
Notifications
You must be signed in to change notification settings - Fork 45
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
Rendering in close corners #25
Labels
Comments
dmullis
pushed a commit
to dmullis/goat
that referenced
this issue
Feb 15, 2024
dmullis
pushed a commit
to dmullis/goat
that referenced
this issue
Feb 20, 2024
For result, see examples/small-grids.svg blampe#25
See fix referenced above. |
Fix mentioned above will be preserved in https://github.com/dmullis/goat/tree/github-test rather than in the main branch of my fork. |
dmullis
pushed a commit
to dmullis/goat
that referenced
this issue
Jun 22, 2024
dmullis
pushed a commit
to dmullis/goat
that referenced
this issue
Jul 2, 2024
Regression Testing --- Ran ./pre-push: SVG output of three files changed. Log excerpt: === RUN TestExamples ... examples-regression_test.go:83: Failed to verify contents of 3 .svg files examples-regression_test.go:130: Writing new SVG and HTML delta files into _examples_new/ examples-regression_test.go:149: complicated.html examples-regression_test.go:149: regression.html examples-regression_test.go:149: small-grids.html ... Visual inspection of .html files in browser shows fix effective in _examples_new/small-grids.{html,svg}, and no visually apparent change in the other two sets of results.
Closed
Closed
dmullis
pushed a commit
to dmullis/goat
that referenced
this issue
Jul 17, 2024
Regression Testing --- Ran ./pre-push: SVG output of three files changed. Log excerpt: === RUN TestExamples ... examples-regression_test.go:83: Failed to verify contents of 3 .svg files examples-regression_test.go:130: Writing new SVG and HTML delta files into _examples_new/ examples-regression_test.go:149: complicated.html examples-regression_test.go:149: regression.html examples-regression_test.go:149: small-grids.html ... Visual inspection of .html files in browser shows fix effective in _examples_new/small-grids.{html,svg}, and no visually apparent change in the other two sets of results.
Merged
dmullis
pushed a commit
that referenced
this issue
Jul 17, 2024
Regression Testing --- Ran ./pre-push: SVG output of three files changed. Log excerpt: === RUN TestExamples ... examples-regression_test.go:83: Failed to verify contents of 3 .svg files examples-regression_test.go:130: Writing new SVG and HTML delta files into _examples_new/ examples-regression_test.go:149: complicated.html examples-regression_test.go:149: regression.html examples-regression_test.go:149: small-grids.html ... Visual inspection of .html files in browser shows fix effective in _examples_new/small-grids.{html,svg}, and no visually apparent change in the other two sets of results.
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes corners that are close to each other cannot be rendered as desired:
The following is kind of expected:
It would be great if using other corners would not connect the two boxes:
but it currently renders the same as with
+
The text was updated successfully, but these errors were encountered: