Skip to main content
-4 votes
0 answers
37 views

This is what I try to do: Create a page that is basically made up out of multiple single pages. For that I loop my code and output HTML cumulative. It works fine for everything except the images I ...
Dutchottie's user avatar
Advice
0 votes
2 replies
77 views

Since html canvas text can be sometimes be a little weak, for example when displaying vertical text. Is it possible to use, something like SVG text overlayed on an html canvas to improve the ...
David Wilkinson's user avatar
0 votes
0 answers
34 views

I am working on a web GIS application using OpenLayers. I have a drawing tool where users can draw lines and polygons on the map. After drawing, I display measurement labels (length in meters, area in ...
OsKyy's user avatar
  • 65
2 votes
0 answers
67 views

Is there a device-agnostic way to draw a 1 px path that follows the physical rounded edge of an Android display? As part of a larger problem, I'm trying to draw a 1 px line that hugs the physical ...
Tyler Harris's user avatar
0 votes
0 answers
86 views

I made a example, here’s the link to it - https://stackblitz.com/edit/vitejs-vite-cve3gcbr?file=package.json&terminal=dev I tried to do this because it’s needed for this mockup. Here’s the link to ...
Roma N's user avatar
  • 320
1 vote
1 answer
41 views

I have been relying more and more on the schoice cloze question type in canvas because it is the only way to ask multipart questions with common randomized components. I would like the Solution to ...
nimmmiaumit's user avatar
0 votes
1 answer
55 views

I'm working on code to render FontAwesome SVG paths to a canvas and save the result to a PNG locally in node.js. In the process I create a Path2D object and fill it, but nothing draws. To attempt to ...
Jules's user avatar
  • 725
1 vote
1 answer
147 views

I'm working with this image: I have working code for drawing rectangles on it, which will be filled with the average color of said rectangles: This is the code for drawing the rectangles: ...
stevenvh's user avatar
  • 3,383
1 vote
1 answer
110 views

I am working on an HTML5 Canvas project where I generate text dynamically and want it to behave like an ambigram (the text should look the same after rotating the canvas by 180 degrees). My goal: ...
Manzoor Ahmed's user avatar
Advice
0 votes
1 replies
112 views

I am trying to create the visual and functional comment section in jetpack compose similar to youtube or reddit, see the images below. I have tried a few approaches but cant really replicate the way ...
Josef M's user avatar
  • 436
2 votes
2 answers
150 views

Background: I have complex Swift Data models with some Relationships, and at some point, my Xcode Preview is no longer working when I want to init a ModelContainer in it. So I tried to debug and ...
Tony Chen's user avatar
  • 237
4 votes
1 answer
126 views

I'm implementing hidden line removal for a 3D wireframe renderer using HTML5 Canvas 2D. When rendering a solid object with wireframe overlay, edges behind solid faces should be hidden. Drag to rotate. ...
3Vee's user avatar
  • 41
0 votes
1 answer
100 views

Using cropper with a fixed aspect ratio and a specific display size of 150x200. Once an image is drawn to the canvas, the canvas (or rather its container) seems to expand to an even square or a 1:1 ...
Phaelax's user avatar
  • 2,096
1 vote
1 answer
164 views

I want to achieve a transformation on the canvas using two fingers for rotation, scaling, and translation, while using one finger to paint in the correct position. What I have so far: import 'package:...
WSMA's user avatar
  • 11
2 votes
1 answer
121 views

Intro The following code implements a draw-by-brush on an image using a canvas. The Idea is to stack a Canvas object over an ImageView, draw on it, and finally render the StackPane (image + canvas) ...
Starnec's user avatar
  • 847

15 30 50 per page
1
2 3 4 5
2402