import { type SkPathEffectFactory } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";
See SkPathEffect.h for more details.
Methods
MakeCorner(radius: number): SkPathEffect | null
Returns a PathEffect that can turn sharp corners into rounded corners.
MakeDash(intervals: number[], phase?: number): SkPathEffect
Returns a PathEffect that add dashes to the path.
See SkDashPathEffect.h for more details.
MakeDiscrete(): SkPathEffect
segLength: number,
dev: number,
seedAssist: number,
Returns a PathEffect that breaks path into segments of segLength length, and randomly move the endpoints away from the original path by a maximum of deviation.