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 has been archived by the owner on Feb 28, 2021. It is now read-only.
I realized things like the below line from fillEntity.js use the name shapeObject which perhaps makes sense in shapeEntity.js but the meaning doesn't carry through for newer methods. Maybe we can rename it to methodObject ? I sure helps me understand the code a lot better.
function FillEntity(Interceptor, shapeObject, fillArgs, canvasX, canvasY)
For reference, if I console.log(shapeObject) I get this
Nature of issue
I realized things like the below line from
fillEntity.js
use the nameshapeObject
which perhaps makes sense inshapeEntity.js
but the meaning doesn't carry through for newer methods. Maybe we can rename it tomethodObject
? I sure helps me understand the code a lot better.For reference, if I
console.log(shapeObject)
I get thisThoughts?
The text was updated successfully, but these errors were encountered: