Skip to main content
0 votes
0 answers
40 views

I have a page with a couple of SVG elements employing svg-pan-zoom, as well as text and images in the same page. I have successfully used hammer.js to implement a pinch-zoom on the SVG elements. On a ...
ACProctor's user avatar
  • 364
-3 votes
1 answer
82 views

I feel like I have tried everything. I am using Safari. I am trying to make my favicon .svg to show up on my portfolio in GitHub pages. The code in question is placed in the of my index.html I have ...
Emil Holmsten's user avatar
1 vote
1 answer
72 views

I have a rotated rectangle (square) that I want to clip by another, not rotated, rectangle: <svg width="800" height="800"> <defs> <clipPath id="Clip01&...
stevenvh's user avatar
  • 3,361
0 votes
2 answers
54 views

I want to get rid of transforms in my SVG, for more simplicity in dealing with my already complex shapes and code. I manipulate the inline SVG dynamically on my web site in PHP. Transforms has four ...
Dikkie Dik's user avatar
Tooling
0 votes
3 replies
38 views

Question I am creating a GitHub profile landing repository (the special repository where a README is rendered automatically on the profile page). Here are some examples of profile landing repositories ...
Eduardo Gusmao's user avatar
-6 votes
1 answer
187 views

I've spent way too many hours trying to understand XML namespaces and I'm genuinely confused about why they're necessary. Here's what I understand: We want to mix bunch of XML dialects Namespaces ...
Ghassen's user avatar
  • 182
1 vote
0 answers
57 views

A little background. I had been using Qt5.15 in conjunction with WebKit to do svg renderering to .png images in the past, and decided to update to Qt6. As part of this decision, I also wanted to get ...
Justin Engelking's user avatar
-3 votes
1 answer
109 views

I have a number of SVGs that have been produce, as an example: <?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ...
SPlatten's user avatar
  • 5,915
1 vote
0 answers
52 views

I'm facing an issue where an SVG animation (airplane moving along a path) works correctly in Google Chrome, but in Mozilla Firefox, the animation doesn't play — the airplane remains static. <?xml ...
Чудо Юдо's user avatar
0 votes
0 answers
56 views

I've been trying to find a way to use css to dynamically edit the colors of an svg file used for the favicon on this webpage I'm working on. The closest thing I've found to a solution is using @import ...
PNK.LMB's user avatar
0 votes
2 answers
87 views

I am facing an issue where an SVG icon is getting clipped from the top when it is displayed inside a circular container. I tried centering with flexbox, adjusting margins, and changing overflow ...
Abhinav Kumar's user avatar
1 vote
0 answers
73 views

I have asked several AIs on how to go about this, I've looked up som many searches but I think it would help if I knew what to look up. Anyways, my problem in the code below is that I have a website ...
Funnyguy6767's user avatar
2 votes
0 answers
72 views

As a preface, I am a beginner to everything. Needless to say, patience for my ignorance will be greatly appreciated. I am trying build an app where the user can input a list of numbers and get the ...
disthebestanswer's user avatar
Advice
0 votes
2 replies
58 views

A synopsis of my code. import matplotlib.pyplot as plt import shapely.plotting from shapely.geometry import Polygon facing = 'north' shape = 'triangle' polygon = Polygon(((1, 17), (9, 1), (17,...
snow6oy's user avatar
  • 715
0 votes
0 answers
96 views

I am building a simple SVG editor (move / resize / rotate with custom pivot). The SVG element is transformed using SVG transforms, but the selection box is NOT SVG — it is a HTML <div> overlay ...
absmj's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
2958