def drawGrid(): for x in range(0, WINDOWWIDTH, CELLSIZE): # draw vertical lines pygame.draw.line(DISPLAYSURF, DARKGRAY, (x, 0), (x, WINDOWHEIGHT)) for y in range(0, WINDOWHEIGHT, CELLSIZE): # draw horizontal lines pygame.draw.line(DISPLAYSURF, DARKGRAY, (0, y), (WINDOWWIDTH, ...
The visual change in the corner's path is barely noticeable at 10x zoom. EazyDraw 11.5.6 addresses reports of ghosting when moving graphics that have horizontal or vertical edges. EazyDraw 11.5.6 provides several other stability improvements and feature enhancements. 11.5.3 March 25, 2024 ...
Paragraphs of text can be dragged to any horizontal or vertical coordinate within the note viewing area 可以将文本段落拖动到笔记查看区域内的任何水平或垂直坐标指示的位置 绘图/手写 | Drawing/Handwriting App provides a built-in means by which to capture user drawings, sketches, or handwriting 应用提...
V22.8.14 Fix random line alignment issue in multiline equations V22.8.12 Fix issue with -ve fractions when using parameters Size changes for horizontal lines V22.8.11 Parameter speed improvements Improve handling of equation strings Fix handling of prime symbols after brackets V22.8.10 Parame...