Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix coordinate assignment in pixel buffer
This commit rectifies a redundant coordinate calculation in the DrawingContextImpl. It eliminates the need for duplicate addition of 'j' to 'characterPoint.X' by directly using 'newCharacterPoint' instead. This simplification not only reduces redundancy but also enhances code readability.
- Loading branch information