question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

T2CharString.draw() does not emit final closePath() for CFF2 charstrings

See original GitHub issue

This is likely caused by endchar being implicit in CFF2. Investigating.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
justvanrossumcommented, Apr 14, 2022

Fixed in #2580. Thank you, @skef! Much appreciated.

1reaction
skefcommented, Apr 13, 2022

In that case I guess I’ll turn my patch into a PR so that interested parties can discuss the questions there. (With full understanding that nothing may come of it.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

CanvasRenderingContext2D.closePath() - Web APIs | MDN
This method doesn't draw anything to the canvas directly. You can render the path using the stroke() or fill() methods.
Read more >
HTML canvas closePath() Method
The closePath() method creates a path from the current point back to the starting point. Tip: Use the stroke() method to actually draw...
Read more >
Javascript context.closePath() method does not appear
I have tried a lot to draw multiple circles in canvas but context.closePath() method ... here closePath() method does not appear } </script>....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found