Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

Box not rotated at the right position

in shift + mouse rotation mode, when my mouse rotate to 0 degree, it automatically rotates back to the previously rotated angle. This only happens when it is rotated to 0 degree while holding the ...
user19766923's user avatar
0 votes
1 answer
35 views

D3 Chart Doesn't work when using viewbox in Angular Project

My SVG just will not show up in my dom when I change it to try and use a viewbox. I am just realistically just changing this: .attr("width", this.width + this.margin.left + this....
nuccio's user avatar
  • 353
1 vote
0 answers
34 views

Consuming a Custom Web Element in Angular: Issues in DOM Updates

I have written a Typescript-based custom web element which gets data from an input property, and uses it to draw SVG elements. Essentially, the component has an svg element with some preset children ...
Naftis's user avatar
  • 4,499
1 vote
2 answers
74 views

How to display SVG icon received in base64 through img tag?

I have some troubles displaying svg/base64 encoded through img tag. Here is the flow: I am getting iconData (typeof string) from the server. Want to display it in my component. With p.1 no issues. ...
Karina Koroleva's user avatar
0 votes
1 answer
62 views

SVG Responsive Angular

I am Developing an Web app for a client and we both are getting frustated due to the SVG. Basically we are creating an flowchart for every proccess the company has. They asked us to follow an already ...
Bruno God's user avatar
  • 117
0 votes
0 answers
31 views

SVG code stops pages from loading in ios browsers and Safari on Macs

I built a website with Angular 16 and after launching it discovered some pages won't load in Chrome or Safari on my iphone. I have a couple friends with macs who tested it and it works fine in macs ...
Optiq's user avatar
  • 3,088
1 vote
1 answer
615 views

How to add custom icons in lucide angular and how to use them

I'm using lucide-angular for icons and I'm trying to add some custom icons for which i already have svgs. The documentation is very brief on how to add custom icons and has nothing on how to actually ...
rotarm's user avatar
  • 47
0 votes
0 answers
111 views

Most effective way to create an image in Safari from an SVG string with HTML, CSS and Base 64 content inside?

What is the easiest way to convert this string into an image or PDF in my Angular project (Ionic, Cordova) ? Exporting the string as .svg works but all attempts to export it as an image fail on iOS. I ...
VinceSanto's user avatar
1 vote
4 answers
78 views

nest Angular component inside <SVG> container?

I want to nest an Angular component inside an SVG container. However, the CSS selector tag <app-square> turns red and won't allow it. It works fine if I change the <svg> tags to a <div&...
heshi's user avatar
  • 41
0 votes
2 answers
120 views

Dividing an SVG Circle into Three Equal Parts with Responsive Design in Ionic Mobile App

I'm working on an Ionic mobile application, and I need to divide an SVG circle into three equal parts with a focus on responsive design. I've experimented with the element, but I'm facing challenges ...
user3516627's user avatar
1 vote
1 answer
132 views

display svg into pdf file in angular

i'm trying to add svg content into my pdf , i have tried var svgContent = '<svg width="100" height="100"><circle cx="50" cy="50" r="40" ...
Asra Fatima's user avatar
1 vote
0 answers
55 views

PDFmake looking for 'svg' property in Image for document builder in Ionic 7 / Angular 16- compile error

I am using PDFmake in an Ionic 7.1 Angular 16 form Git repo here. I have built my document definition below, according to the docs . This is the document builder: createPdf(){ const formValue = ...
dancingbush's user avatar
  • 2,271
0 votes
0 answers
43 views

use angular-fontawesome SVG icons in GoJS

Under the usage page and other documentation material of angular-fontawesome library, I could not find any references to suggest how any SVG icon can be extracted/referred from the library. How to to ...
SoftEngi's user avatar
  • 407
0 votes
0 answers
13 views

SVG not showing properly in tinymce because for foreignObject tags [duplicate]

I am using tinymce v6 with an Angular application (v16). We would like to add SVG figures, generated by mermaidjs, to the documents written using tinymce. The SVG generation using mermaidjs is working ...
nawrasg's user avatar
  • 148
0 votes
0 answers
94 views

SVG files are not loaded in Angular storybook

Seems like icons are undefined, because of wrong call. Our story const Template: Story<IconComponent> = (args: IconComponent) => ({ props: args, template: ` <app-icon [icon]=&...
Taras Sokha's user avatar

15 30 50 per page
1
2 3 4 5
50