Fading Coder

One Final Commit for the Last Sprint

Extending Fabric.js with Custom Graphical Objects

Fabric.js provides several built-in shapes such as Rect, Circle, and Triangle. Creating custom shapes is often necessary for specific project requirements. This involves defining custom subclasses, a process that benefits from a solid understanding of the HTML Canvas API. The Concept of Subclasses i...

Implementing Custom Graphic Elements in a SCADA Configuration System

Adding a New Sidebar Menu Category To introduce a new category in the left-hand sidebar, modify the Sidebar.js file. Locate the Sidebar.prototype.categoryMenus array and add a new object. For example, to add a 'Control Components' category: Sidebar.prototype.categoryMenus = [ // ... existing categor...