feat: hit on primitives
This commit is contained in:
@@ -25,6 +25,12 @@ const (
|
||||
DefaultPriorityPoint = 300
|
||||
)
|
||||
|
||||
var (
|
||||
transparentColor color.Color = &color.RGBA{A: 0}
|
||||
)
|
||||
|
||||
func TransparentFill() color.Color { return transparentColor }
|
||||
|
||||
// Style is a fully resolved style used by the renderer.
|
||||
// All fields are concrete values; no "optional" markers here.
|
||||
// Optionality is handled by StyleOverride during style creation.
|
||||
|
||||
Reference in New Issue
Block a user