vector-graphics Questions

1

Solved

That's a problem from Polish Olympiad in Informatics, called Pionek (PIO). Given a set of not unique vectors, find the greatest possible euclidean distance in reference to (0,0) point you can achie...
Martyrology asked 9/6 at 18:29

8

I was fiddling with Xcode 6 vs images assets when I noticed something very interesting: we now can specify vector images in them (go see in the Utilities pane after selecting Images.xcassets). I t...
Through asked 10/6, 2014 at 19:56

3

An SVG background is appearing Blurry in Chrome and other Blink/webkit based browsers: Screenshot of a portion of the SVG in Chrome: Screenshot of a portion of the SVG in Firefox: This only happe...
Dextral asked 24/8, 2020 at 15:23

2

Is there any way to quickly extract SVG assets on a website including SVG HTML paths back to SVG files. Any apps, dev tools, extensions that lets you do this?
Toback asked 7/1, 2018 at 11:47

4

Our graphics person uses Adobe Illustrator and we'd like to use her images inside our WPF application as paths. Is there a way to do this?
Bluebird asked 30/9, 2008 at 16:9

4

for my iOS Swift project I use vectorized pdf files from which Xcode renders the @1x, @2x, @3x images. When I compare the quality of the images generated from PDF with normal PNG images of the s...
Cannes asked 9/11, 2015 at 15:45

20

Solved

Should I use <img>, <object>, or <embed> for loading SVG files into a page in a way similar to loading a jpg, gif or png? What is the code for each to ensure it works as well as ...
Trichinosis asked 18/12, 2010 at 3:50

2

Solved

I'm developing a painter program using HTML5 canvas. I have created a drawing tool where the user drags and moves the mouse. I have a listener on mousemove event that draws short lines: Painter.m...
Eastman asked 7/12, 2011 at 9:18

2

Solved

I have a problem and I don't know how to solve it. I am trying to make an adaptive android app icon. That's the code for it: <?xml version="1.0" encoding="utf-8"?> <ada...
Bernard asked 11/9, 2021 at 23:9

4

Solved

I have a png picture. I open it in Adobe Illustrator and save it as svg without changing default configuration: This gives me this svg file: <?xml version="1.0" encoding="utf-8"?> <!--...

9

Solved

With the new android support update, vector drawables get backward compatibility. I have a vector image with various paths. I want the color of the paths to change on click of a button or programma...
Joellyn asked 25/2, 2016 at 10:48

7

Solved

It's recommended to use vector images in WPF application because of its scalability. Where I can find a free icons in vector format?
Cyclopropane asked 9/4, 2010 at 9:7

5

Solved

I'm using SDL2. The only way I can find to draw a shape is with the line, rect and pixel functions, as explained here. Apart from using trig or the "equation of a circle", how could I dra...
Cosmonaut asked 12/7, 2016 at 16:11

9

Is there any easy (scriptable) way to convert a PDF with vector images into a PDF with raster images? In other words, I want to generate a PDF with the exact same (un-rasterized) text but with each...

18

Solved

Android Studio now supports vector assets on 21+ and will generate pngs for lower versions at compile time. I have a vector asset (from the Material Icons) that I want to change the fill color. Thi...

4

Solved

I try to include a pdf in my SwiftUI enabled app using Xcode 11.4 and iOS 13.4. However, when I resize the pdf, it gets crips edges. I have included two versions of the pdf: One large pdf (icon.pdf...
Slipper asked 11/4, 2020 at 21:36

2

I'm trying to use vector-based PDF images using "Single-Scale" in an app I'm working on using SwiftUI in Xcode 11, but the image always looks blurry when I scale it up in size. I had no trouble w...
Hellenist asked 17/9, 2019 at 8:0

3

Solved

I'm using the instructions found here, from Google to use the new option (March 2016) to import .svg files into drawable instead of .png files. The problem I have is that the file gets imported as...
Atrice asked 7/3, 2016 at 18:30

6

Solved

How does vector support work in Xcode 6? When I try resizing an image, it looks jagged, what gives?
Bleier asked 13/9, 2014 at 1:1

15

I have the following SVG: <svg> <g> <path id="k9ffd8001" d="M64.5 45.5 82.5 45.5 82.5 64.5 64.5 64.5 z" stroke="#808600" stroke-width="0" transform="rotate(0 0 0)" stroke-linec...
Middlebreaker asked 16/4, 2012 at 16:27

5

I run into several problems when I try to open EPS- or SVG-Images with PIL. Opening EPS from PIL import Image test = Image.open('test.eps') ends in: Traceback (most recent call last): File "...
Apparatus asked 28/2, 2013 at 8:21

3

Solved

Is there a way to import many vector svg images into project? Importing 30+ icons is kind of boring and rather stupid. Which script is Android Studio using to convert svgs?
Ottilie asked 11/11, 2015 at 21:30

1

I need to optimize a vector image with filled shapes constructed from bezier lines. Input image and how shapes look when separated: I want to optimize the image by removing unnecessary lines and ...

2

Solved

I purchased an icon from thenounproject as an SVG image. I then use a macOS program called Gapplin to export this SVG into a PNG image. It comes out as a 100x100 pixel image. I then open this PNG ...
Thorin asked 1/5, 2017 at 14:45

5

When I go to import a vector image using Android Vector Asset Studio, it becomes distorted, even in the preview. One of the vectors I was attempting to use was the photo outline straight from the M...
Reform asked 21/3, 2019 at 1:48

© 2022 - 2024 — McMap. All rights reserved.