You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Per #5727 (comment), paint attributes are exposed, unparameterized, at the top level of each style layer class. For non-default, style class–specific paint properties, we should add an additional pair of getters and setters for each attribute. For example, the circleBlur property should be accompanied by -circleBlurForStyleClass: and -setCircleBlur:forStyleClass:.
Per #5727 (comment), paint attributes are exposed, unparameterized, at the top level of each style layer class. For non-default, style class–specific paint properties, we should add an additional pair of getters and setters for each attribute. For example, the
circleBlurproperty should be accompanied by-circleBlurForStyleClass:and-setCircleBlur:forStyleClass:./cc @frederoni @jfirebaugh