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
Hi,
I would like to take up this issue. I have just downloaded and built the codebase on my machine.
Request your guidance on how to proceed on my first bug fix!
Thank you
Low-hanging fruit...
Instead of writing
I want to be able to pass my overrides for the default uniform values to
fromType
So that I can construct
polygon
in one line without needing an instance:(Part of #640). Replace
Material.fromType
with a new property in the object literal passed to theMaterial
constructor.Here
type
is used to indicate a known material type, as opposed tofabric
which allows the entire Fabric JSON.Add tests and update the Sandcastle examples.
The text was updated successfully, but these errors were encountered: