mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibGfx: Convert StringBuilder::appendf() => AK::Format
This commit is contained in:
@@ -197,7 +197,7 @@ String Path::to_string() const
|
||||
builder.append("Invalid");
|
||||
break;
|
||||
}
|
||||
builder.appendf("(%s", segment.point().to_string().characters());
|
||||
builder.appendff("({}", segment.point());
|
||||
|
||||
switch (segment.type()) {
|
||||
case Segment::Type::QuadraticBezierCurveTo:
|
||||
|
||||
Reference in New Issue
Block a user