aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics/SvgGeometryBuilderMixin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some usage of my format.Yuqian Yang2025-09-071-0/+2
|
* Re-think about ToString.crupest2023-10-141-3/+3
| | | | | | | ToString for a class should lies in the same namespace of the class. Argument-dependent name lookup will help make Format work. The problem is it will hide ToString at parent namespace. But if you call ToString explicitly, it's you duty to use the ToString in correct namespace.
* Make svg geometry builder a mixin. Record a lot of notes for geometry.crupest2023-10-121-0/+121