adobe-illustrator Questions
4
Solved
I'm trying to create a logo as an SVG. I exported the file from Illustrator. The logo has a drop shadow on it. I was looking through the XML and I found the filter node
<filter filterUnits="obj...
Mclaurin asked 14/2, 2013 at 0:38
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
3
Solved
Is there a simple method for reversing an SVG path? How can I make this start at the top left, rather than the bottom right?
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmln...
Zany asked 19/1, 2016 at 3:20
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"?>
<!--...
Company asked 27/9, 2016 at 7:24
1
I often work with icons and need to quickly check how they look with pixel preview. When I'm building them I have the grid enabled, and artboards visible.
I really want a script that will do the fo...
Schist asked 25/8, 2022 at 6:0
1
TL;DR
When editing SVG > Illustrator > SVG, the original element classes are lost. How can I edit an svg file visually in a safe way?
A brief background. I was fascinated by the idea of a ...
Fool asked 10/2, 2022 at 19:33
12
I just modified a svg file that came with my Wordpress Template but i come up to this: Error Line 787, Column 77: there is no attribute "sketch:type"
<g id="city-copy" transform="translate(1305...
Gorgias asked 10/2, 2015 at 22:50
2
If I export a shape with drop shadow as SVG, the drop shadow get's rasterized. Why?
The <feDropShadow> filter works great! I don't want ugly rasters in my clean sharp SVGs. Rasters are evil...
Hubbub asked 15/5, 2020 at 23:30
6
I am using illustrator to create a SVG file that will be converted to a font icon using icomoon. But I am having problems with the end result. My icon is essentially set of concentric circles, whic...
Nickinickie asked 9/6, 2015 at 6:54
2
Solved
I'm looking to use an SVG logo for a website — to make it look great on a responsive design for all devices.
But since there are issues, I want to support as many devices and browsers as possible...
Catheryncatheter asked 5/11, 2012 at 16:36
9
Solved
I created several simple ggplot2 plots and saved them to PDF files using the following commands:
p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300)
ggsave(plot=p,height=6,width=6,dpi=200, file...
Emlynn asked 3/4, 2012 at 11:25
4
We're writing a bunch of .jsx scripts and in each I have to mock out some functions so I can use things like Array.map() and String.trim(), but I don't want to have to include that code at the top ...
Affiliate asked 1/4, 2013 at 15:30
2
Solved
I'm working on an application that records strokes, which you paint with a pointing device.
In the image above, I've drawn a single stroke, which contains 453 data points. My goal would be to dr...
Snakeroot asked 2/7, 2013 at 12:33
6
Solved
Of course source control tools like Git, (Mercurial, SVN, etc...)
can do a great job at managing source code. But I wonder, do these
tools provide the developer with any advantage when used to stor...
Assignor asked 7/11, 2013 at 11:53
0
i have the adobe illustrator tool i need to convert a bulk of .ai file into svg file without opening it in the adobe illustrator. Simply by batch conversion or command line(CLI) execution.
i have ...
Chrysanthemum asked 4/7, 2018 at 6:41
4
Solved
I have a script for Illustrator CS5.1 that I would like to be part of the scripts menu. I've tried to put it under:
C:\Program Files\Adobe\Adobe Illustrator CS5.1\Presets\en_GB\Scripts\
C:\Progra...
Calder asked 19/11, 2014 at 9:56
2
Solved
I have adobe illustrator. When I export graphic to svg, the text part looks like:
<style type="text/css">
.st6{fill:#FFFFFF;}
</style>
<text id="text2" transform="matrix(1 0 0 1...
Wallford asked 2/10, 2015 at 21:17
4
Solved
Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK?
If so, could somebody please...
Motorcycle asked 5/8, 2010 at 19:10
2
I'm trying to save a file in Illustrator using Javascript but I keep getting an error.
Here is what works, but is not what I want:
// save as
var dest = "~/testme.pdf";
saveFileToPDF(dest);
fun...
Musky asked 30/5, 2012 at 5:33
6
Solved
I am creating an image map using ImageMapster from here.
I have created a photoshop image with several images that I have cut out from the original photographs. Each image is on a separate layer....
Eastman asked 12/12, 2012 at 18:8
3
Solved
Below is a screen capture of SVG image which is rendered on Chrome 22.0.1229.79 Mac. The original svg is on jsfiddle:
http://jsfiddle.net/LGBk5/
The left image is made using SVG:s dilate and erode...
Livelong asked 3/10, 2012 at 6:27
5
Solved
I'm looking for a way to implement Adobe Illustrator style 'smart guides' when dragging/dropping in Javascript. I'm currently using jQuery UI's draggable:
$('.object').draggable({
containment: 'p...
Halfhardy asked 19/11, 2013 at 15:6
5
does anyone know of a tool that can take an SVG file, and convert it into an HTML 5 SVG path? you know, the d="M 0 0 L 20 134 L 233 24 Z" fill="#99dd79" part?
I head here: Use Adobe Illustra...
Collete asked 17/7, 2012 at 19:27
1
Solved
I got a new MacBook Pro running Mac OS Sierra and tried to install Adobe Creative Suite CS5.5 on it, which I already had running on my old MacBook Pro. I downloaded the package directly from ...
Sextain asked 15/12, 2016 at 9:47
0
I am using python to create a bunch of plots of my data and then Inkscape to layout individual plots and schematics in panels of a master figure. I also add some extra elements such as panel names ...
Blackpoll asked 8/5, 2016 at 3:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.