Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

In our application we use a combination of pdf.js and fabric.js to add fabric objects over a pdf. The application in question Is made in angular. The issue in question appears on older ios devices (...
1 vote
0 answers
64 views

I'm working on converting HTML into FabricJS objects on a canvas. I want to take arbitrary HTML and translate its visual elements into corresponding FabricJS primitives (Textbox, Rect, Circle, Image, ...
0 votes
0 answers
24 views

I do not understand this relative positions in FabricJs. The docu is simple to understand, it states that setRelativeX sets the position relative to the parent, like a group. I try to use that but the ...
1 vote
2 answers
78 views

I tried to use the Fabric.js library to draw on the HTML5 canvas, but it does not do anything. It is an Angular 19 project. This code should be enough to use Fabric? ngAfterViewInit() { ...
0 votes
0 answers
82 views

I'm adding fabric rect like this: import * as fabric from 'fabric'; addBlurBox() { const rect = new fabric.Rect({ left: 100, top: 100, width: 200, height: 150, fill: '...
0 votes
0 answers
58 views

For those of you who have worked with Fabric.js, I'm building an editor and I'm trying to replicate the selection and editing behavior that canva.com has — especially how it treats groups and text ...
0 votes
0 answers
42 views

I'm trying to understand the relationship between setViewportTransform vs. setZoom and absolutePan. Sadly the documentation on this seems very brief and doesn't have my answer. I have some code that ...
mmachenry's user avatar
  • 1,992
0 votes
1 answer
314 views

I’m building a Vue 3 project with Vite, and trying to integrate fabric.js (v6.7.0) to allow drawing on a PDF rendered using pdf.js. Here’s the problem: I installed fabric via: npm install fabric Then ...
0 votes
0 answers
30 views

I'm experiencing an issue with mouse wheel/trackpad scrolling events in a MAUI Blazor app that contains a Fabric.js canvas. Problem Description: When scrolling horizontally with a trackpad, the ...
0 votes
0 answers
42 views

Fabric.js: Text Properties (Stroke, Shadow, Background) Not Exporting Correctly to SVG I'm using Fabric.js to create and manipulate text objects on a canvas. When I export the canvas content to SVG ...
1 vote
1 answer
75 views

I need to add a new container with a dynamic image inside the canvas. I checked the code and am new to learn Typescript. So I need a help here. This is render part of the code render() { const { ...
0 votes
0 answers
70 views

I'm trying to achieve a "bent" effect with an image in Fabric.js. Specifically, I want to manipulate the positions of the corners (for example, the top-right and bottom-right corners) of an ...
0 votes
0 answers
32 views

I am developing a web based application using Dancer2. I want to use Fabric.js to make an interactive drawing. However, I am unable to execute even the simplest drawing. I can make a drawing as a ...
0 votes
0 answers
69 views

Im writing a crop functionality for my fabric Js module in Angular. addImage(event: Event) { const input = event.target as HTMLInputElement; if (input.files && input.files[0]) { const file = ...
0 votes
0 answers
162 views

I was trying to setup fabricjs in my application. since application uses micro-frontends , I use @angular-architects/module-federation for custom builder. when I install fabricjs it breaks otherwise ...

15 30 50 per page
1
2 3 4 5
...
310

AltStyle によって変換されたページ (->オリジナル) /