Skip to content

Commit 6633010

Browse files
committed
Minor modification.
1 parent 063c649 commit 6633010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NodeUIEngine/NUIE_SvgDrawingContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void SvgDrawingContext::BeginDraw (Phase phase)
155155
{ L"width", SvgBuilder::ToString (GetWidth ()) },
156156
{ L"height", SvgBuilder::ToString (GetHeight ()) },
157157
{ L"shape-rendering", L"crispEdges" }
158-
});
158+
});
159159
}
160160
}
161161

0 commit comments

Comments
 (0)