nvg and blendish: cosmetix

This commit is contained in:
Ketmar Dark 2018-03-22 15:06:19 +02:00 committed by Adam D. Ruppe
parent 35ee572151
commit ca090c78a2
1 changed files with 1 additions and 1 deletions

View File

@ -6044,7 +6044,7 @@ public bool hitTestCurrFill (NVGContext ctx, in float x, in float y) nothrow @tr
return (nvg__pointInBounds(x, y, pp.bounds) ? nvg__pickPath(ps, pp, x, y) : false);
}
alias isPointInPath = hitTestCurrFill; /// Ditto.
public alias isPointInPath = hitTestCurrFill; /// Ditto.
/// Returns `true` if the given point is within the stroke of the currently defined path.
/// This operation can be done before rasterizing the current path.