mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Formatting: add missing semi-colon to CGContextVML
This commit is contained in:
@@ -242,7 +242,7 @@ function CGContextDrawPath(aContext, aMode)
|
||||
vml.push("\">");
|
||||
|
||||
if (gState.gradient)
|
||||
vml.push(gState.gradient)
|
||||
vml.push(gState.gradient);
|
||||
|
||||
else if (fill)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user