McBrincie212
Having The Same Context Transfer Different Properties
im trying to make a base widget, where it has common stuff amongst the widget elements(canvas for now, there will be the reference panel as well)
note: BaseCanvasPropertiesInterface is a placeholder
on the context here i want to supply
BaseWidgetPropertiesInterface
however, i can't just supply it like so bc my other widgets will inherit from this interface and expand with their own properties the naive approach would be making another context but ideally i want to handle this case from this context53 replies
Performance Overhead When Panning And Zooming
So im experiencing performance overhead when panning and zooming. I assume this is javascript's fault but i do need some way to optimise it because as of now its slow even with like 5 canvases opened
24 replies