-
Notifications
You must be signed in to change notification settings - Fork 10
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
SW-3291 Quick text fonts are not loaded causing bounding box discrepancies #1806
SW-3291 Quick text fonts are not loaded causing bounding box discrepancies #1806
Conversation
…hods used on QuickText elements
✅ Linked to Bug SW-3291 · Quick text fonts are not loaded causing bounding box discrepancies |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
#1814) * SW-3833 fix 1027 error (#1798) * improve error handling for fan pcb * only report hardware malfunction for fan stuff once and don't flood the log * dimiss notifications * don't cancel laser job on fan not spinning error only pause it and only report the errors if they appear outside the boot grace periode * SW-3537 fix laserhead none will crash plugin (#1800) * prevent recursive log calls * fix race condition for failing test * SW-3537 improve recursive log prevention (#1801) improve recursive log prevention * SW-3833 fix bug in logic (#1802) * SW-3915 fix final dust extraction phase 1 not working (#1808) * SW-3291 Quick text fonts are not loaded causing bounding box discrepancies (#1806) * SW-3291 Update cluster if it includes quickText elements * SW-3291 Refactor url2png and redraw canvas if url contains quickText elements * SW-3291 Refactor render-fills.js * SW-3291 Handle caught error * SW-3291 Add quickText font load timeout as a constant * SW-3291 Add includesQuickText parameter to all generatePNGFromURL methods used on QuickText elements * SW-3291 Add log messages on draw and clear canvas * SW-3291 Fix comments * SW-3291 Fix comments * SW-3291 Fix unneeded log variable * SW-3291 Add to analytics on issue detection * Revert "SW-3291 Add to analytics on issue detection" This reverts commit 45d1610. * SW-3291 Add Todo comment * SW-3291 Fix typo * First version * Revert "Merge branch 'alpha' into SW-3812-frontend-refresh-the-web-page-if-the-laser-cutter-mode-flips" This reverts commit 1a8688a, reversing changes made to e26217b. * Switch to using laser cutter mode string instead of id * Fix log --------- Co-authored-by: Josef-MrBeam <[email protected]> Co-authored-by: khaledsherkawi <[email protected]>
SW-3291 Update cluster if it includes quickText elements
SW-3291 Refactor url2png and redraw canvas if url contains quickText elements
SW-3291 Refactor render-fills.js
SW-3291 Add quickText font load timeout as a constant
SW-3291 Add includesQuickText parameter to all generatePNGFromURL methods used on QuickText elements
SW-3291 Add log messages on draw and clear canvas