Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/dep/lightningcss.ts>FillRule

A frugal web framework
Latest
type alias FillRule
import { type FillRule } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A <fill-rule> used to determine the interior of a polygon() shape.

See Polygon.

definition: "nonzero" | "evenodd"