SVG(Scalable Vector Graphics), is an XML-based two-dimensional vector graphics format.
0
votes
0answers
10 views
Customizing an SVG in Mediawiki
I have ImageMagick 6.8.5-6 up and running on MediaWiki 1.20.2 (Running on Server 2008 R2, IIS 7.5). It's doing it's thing and appears to be functioning perfectly. I'm trying to figure out how I can ...
0
votes
0answers
15 views
getSVGDocument is returning NULL in Chrome
I'm starting to use SVG and I have the following code:
HTML
<embed id="embed" src="svg.svg" type="image/svg+xml" width="400" height="300" >
<object id="object" data="svg.svg" ...
0
votes
1answer
19 views
How to get a working dynamic javascript reference in an SVG
What I am trying to do is to set the Javascript script reference in an embedded SVG document dynamically from Javascript code within the HTML.
I assumed it would be just as easy as dynamically ...
0
votes
0answers
22 views
Complex Descartes' Theorem strange solution
I'm using Descartes' Theorem and Complex Descartes' Theorem to create an Apollonian gasket. However, when using it on two specific circles, I get strange results.
def get_solutions(c1, c2, c3):
...
0
votes
0answers
18 views
Change image (svg) on click
I'm trying out Raphael + vectron, and i'm trying to change a svg image with a button click.
This is (of course) not possible due to that when the svg is rendered it's rendered as path:
<path ...
0
votes
0answers
6 views
Android 4.0.3 Browser SVG rendering issues
I'm working on a mobile website project and decided to use SVG for the logo to bypass image/screen pixel density issues.
The svg code renders fine in ios and in chrome on android but for some reason ...
0
votes
1answer
20 views
Chrome rendering SVG font on <canvas> with random characters
I'm doing a bit of work with html5 canvas, and I want to render text using an SVG font via CSS @font-face. Unfortunately Chrome seems to render SVG fonts on canvas as random strange characters. Using ...
0
votes
0answers
9 views
g.raphael : how to animate bar chart height?
is there any option to increase bar chart as animation from 0 to ?
bars.animate({'stroke':"#FF0"},1000); this can change attributes. Actually I need to change value of bar chart height and also ...
0
votes
1answer
14 views
Create a custom filled Svg column
Does anyone know how to create a SVG depicting a column with a filling of my choice?
For example how to create a svg like this without having to create manually all the filling lines?:
0
votes
2answers
30 views
gRaphael : How to make border color for barchat?
Is there any solution to make border-color for bar chart in g.raphael ?
Here is my script
efficiency.barchart(0, 200, 400, 150, [
[10, 5, 32, 13, 2, 55, 8]
], {
vgutter: 0,
colors: ...
1
vote
1answer
21 views
SVG JavaScript/ECMAScript API
SVG is ofcourse a XML language, but it's also accessible through JavaScript/ECMAScript. It supports various functions like getCTM, getScreenCTM, getBBox, but I can't find a list anywhere of all the ...
0
votes
1answer
33 views
Javascripts dont work with SVG
Code below should generate 100 random rectangels. But its not working. Can any one tell me what i am doing wrong??
<html>
<head>
<script type="text/javascript">
function rectan()
{
...
0
votes
0answers
8 views
In SVG how do I reuse text elements positioned in a group like shapes in defs?
I am trying to accomplish a precise layered effect for text in SVG. My current solution below just copies and pastes the group element with the text elements inside correcting the x and y coordinates ...
0
votes
0answers
21 views
Use dynamically created SVG as background image for an option tag
I'm trying to style the option tags contained in a select input. I want to do a "legend selection" So I have a color associated for each category available in the select input.
Now, I change the ...
0
votes
2answers
29 views
SVG - crescent shape in raphael
I have a circle with a half circle in it which I'm going to use to create a shine effect - what I'd really like to do is make it a crescent shape
Does anybody know how to make the half circle a ...
1
vote
0answers
21 views
CSS Pointer-events css property on safari 5
Is it possible to allow interaction on controls bellow SVG tag on safari 5 browser?
Following jsfiddle works on firefox and chrome (win) but not on safari 5 (mac).
With invisible rectangle I ...
0
votes
0answers
10 views
gRaphael : how to build responsive graph in gRaphaël?
is there any solution for Raphael to make responsive barchart ?
var efficiency = Raphael("overview", 600, 400);
efficiency.barchart(7, 10, 450, 290, [
[55, 20, 13, 32, 5, 1, 10],
[10, 5, 32, ...
0
votes
1answer
17 views
SVG get circle position in raphel
In the example (code below) http://raphaeljs.com/hand.html how do I get the circle position? if I do obj.attr.("cx") I get the same cx for each one because the code sets the angle not the actual ...
0
votes
0answers
9 views
Android: scaling SVG in WebView
I have a problem with WebView and SVG. When i load svg (with javascript) into WebView, it scales... randomly. Absolutely randomly on different devices and different screen orientation on one device. I ...
1
vote
1answer
32 views
replace attributes values in particular element through jquery
i am creating svg chart which contains so many elements like rectangle,path,circle,line etc..
am creating the element by passing json options as well as element where am going to append refer below ...
1
vote
1answer
18 views
Strange SVG / javascript behavior
I might be missing something essential here.
I am changing the date format in some SVG text elements with this function.
jQuery.fn.fixDateformat = function(){
ar = $(this).text().split("/")
...
0
votes
1answer
23 views
Possible sub pixel accuracy issue with svg rendering
I need to create a line with an arrow head over it to indicate direction. But overlapping the arrow and the line looks nasty when you specify opacity. The solution seems easy enough, just split the ...
1
vote
0answers
32 views
SVG with pattern and image element conversion to PNG Image failed
I am trying to covert svg generated with Raphael.js into PNG image. Well, I converted the svg into image when svg has no pattern and image component. Then again when I add these two component into SVG ...
0
votes
1answer
20 views
How can I display an SVG image within an <object> tag at a different scale?
How can I display an SVG image within an object tag at a different scale than its original scale?
For example, if I have an SVG file saved as example.svg:
<?xml version="1.0" encoding="UTF-8" ...
0
votes
0answers
16 views
Select vs drag on touch devices
I have a page with a lot of rendered svg objects that the user can click on. I also have pan and zoom via touch. The issue is that if the user touches an object it catches it vs letting tem finish the ...
0
votes
1answer
29 views
Canvas or SVG for Basic Interactive Editor
Ok, I've been all around "full-circle" on this one, the time for research is over and I now need to ask for help.
Here's the problem, I'm trying to create a barebones Drag & Drop polygon editor ...
0
votes
2answers
13 views
Adding words that curve to an svg document
<svg xmlns="http://www.w3.org/2000/svg"
xmlnslink="http://www.w3.org/1999/xlink">
<defs>
<path id="path1" d="M25, 100 C10,10 175,10 175,100" />
</defs>
<text ...
1
vote
1answer
25 views
Pointer Position relative to Element with Dynamic DOM
This is a follow-up related to brainjam's solution to finding the pointer position relative to an element.
For reference, here's his solution:
function mouseMoveHandler(e)
{
var style = ...
1
vote
2answers
57 views
Rasterize a dynamically generated SVG
I'm trying to convert an SVG graph I generated into a printable image. From my research, I assumed I'd have to somehow make a canvas out of the SVG, then make an image out of that. However, every ...
1
vote
1answer
15 views
Synchronize animations in different browser windows
I'm working on an app which will display a kind of animated slideshow. Multiple monitors will be showing different, but related animations, controlled by the same computer.
Animations must be ...
1
vote
1answer
43 views
Show and hide element in javascript every one second
i want to hide and saw some elements in html every one second. i have this code in javascript. the hello() is called onload from the main html. and then it starts the timer with the fuction go called! ...
0
votes
1answer
29 views
looking for examples of SVG graphics in Leaflet popups
I am building a map with Leaflet and D3. I am bringing in the points as a Leaflet layer. I would like to bind popups for these points that include SVG graphics in the popup.
Has anyone seen examples ...
0
votes
0answers
19 views
Toggling between display block and display none of SVG elements with javascript
I have a javascript script that is trying to change the display properties of individual SVG elements in one fairly large SVG image. I had previously had this working but when copied it into this file ...
0
votes
0answers
15 views
How to expand div to svg height
I have an svg object within a div tag but the div tag isn't expanding its height to fit the svg height. The div is performing as if it is empty and the svg objects are overlapping. They are obeying ...
0
votes
2answers
65 views
Why is getElementById failing for an SVG?
I'm trying to debug why
var mapWin = svgMapDoc.getElementById('Map');
leaves mapWin still null. I have set up a breakpoint and a watch and have the following confusing situation in my IDE watch ...
0
votes
1answer
19 views
Get subpath in Raphael.js between two points, not positions
I have a path in Raphael.js which is a bezier curve. Two lines intersect this path. I can get the points of the intersections with Raphael.pathIntersection(). I want to get the path string for the ...
3
votes
2answers
61 views
Is there a way to check if specific point (X,Y) is in the SVG element?
What I need to do is to understand if mouse leaves SVG object (path, i.e it is not a rectangular - can't use just offset, not a circular - can't use radius and center position, etc. ). I can not use ...
0
votes
1answer
40 views
getSVGDocument repeatedly throwing “0x80020003 - JavaScript runtime error: Member not found”
The UK Office for National Statistics provide access to the data from the UK 2011 national census. One access method they provide is through a SOAP API and they give examples of how to consume their ...
0
votes
0answers
22 views
To find javascript which will use to change svg tags attributes' value into php file
I am searching javascript to change attributes of svg's path tags which are grouped. I have svg code (some path tags which are grouped). I want to add .svg file into php file through method. How I ...
1
vote
1answer
16 views
Canvas algorithm to plot signatures randomly like a signed yearbook?
I'm looking for the best approach to plot multiple signatures randomly on a page like a high school yearbook using Canvas or SVG. Anyone know of existing algorithms or open source code similar to ...
0
votes
0answers
34 views
merge images from Raphael svg
I'm trying to create a page
Step 1 - Let users upload images through Ajax, Raphael and Raphael freetransform.
Step 2 - Click button to show one image from merge upload images. (problem here)
I have ...
4
votes
1answer
53 views
Failing to export properly to svg and pdf with matplotlib
I am trying to save a .svg image from an interactive path editor based on this example: path_editor.py. Saving a PNG image works just fine, but when I save to SVG or PDF, the paths are not exported.
...
0
votes
0answers
21 views
How to pinch a svg file in phonegap?
I have load an html page from android activity like this super.loadUrl("file:///android_asset/www/index.html");, and embedded an svg file inside a div.Now I want to use gestures to pinch that svg, any ...
0
votes
0answers
15 views
Enhance quality of image created using batik JPEGTranscoder
I have a SVG file that I am transcoding into a JPEG file in order to add it to a PDF file as an image. The SVG file has the graph as I want. But after transcoding it into an image, the image quality ...
-1
votes
0answers
15 views
Importing svg file to Leaflet map
I was just wondering,...it is possible to import an external svg file and add to map and place to map-overlay div so that I would zoom and pan accordingly to it's drawn latitude and longitude
0
votes
2answers
56 views
Why there is a vertical scroll on this html5 page?
Why there is a vertical scroll on this html5 page:
<!DOCTYPE html>
<html><head>
<style>
html, body {
margin: 0;
padding: 0;
border: 0;
outline: ...
0
votes
3answers
28 views
SVG path : Animation and Merging
I have two questions about SVG path in the example below.
How can I animate the paths one after each other ?
Can I merge it into one path ?
Sample:
<svg width="100" height="100" viewBox="0 0 ...
1
vote
1answer
41 views
Masking HTML Content with SVG Circle to remove any possible hit target
http://www.html5rocks.com/en/tutorials/masking/adobe/
If you do a simple hit test you can see that the clipping mask works in Chrome.
$("image").on("click", function () {
console.log("SVG mask ...
1
vote
2answers
15 views
Having a SVG file in a img link display on IE10
I have a basic html file. In the file I have an image tag which references a SVG file.
When I view the file in IE10 the page remains blank rather then showing the expected vector image.
The SVG file ...
1
vote
0answers
31 views
Android Canvas - Scale and Translate
I have an SVG that I want to zoom and pan using gestures in Android. It works, but not smoothly enough for my tastes. So how can I improve this class to have smooth panning that works at all zoom ...



