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
In case of layers imported from external source, painting operations might be performed outside of original dimensions (Layer Surface). This requires invalidating the Layer Surface dimensions. The implementation would be possible in such getter.
The similar implementation would also be needed for Selection - replace __get.
Currently, the painting/filter functions are accessible from Layer through directly-exposed properties.
Layer::$paint
andLayer::$filter
should be exposed through getters, in style ofselect()
andreorder()
.In case of layers imported from external source, painting operations might be performed outside of original dimensions (Layer Surface). This requires invalidating the Layer Surface dimensions. The implementation would be possible in such getter.
The similar implementation would also be needed for
Selection
- replace__get
.Currently, the painting/filter functions are accessible from
Layer
through directly-exposed properties.The text was updated successfully, but these errors were encountered: