Add better timings, and proper configuration
This commit is contained in:
parent
0b32af33b8
commit
5750bb8177
13 changed files with 385 additions and 240 deletions
|
@ -9,11 +9,6 @@
|
|||
|
||||
namespace Kanimaji::SVG
|
||||
{
|
||||
ParseError::ParseError(std::size_t current, std::string_view message)
|
||||
: Error(std::format("[At: {}] {}", current, message))
|
||||
, mPosition(current)
|
||||
{}
|
||||
|
||||
struct Vec2
|
||||
{
|
||||
double x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue