similar to: svg as a spescial case for image

Displaying 20 results from an estimated 200 matches similar to: "svg as a spescial case for image"

2008 Mar 18
4
HTML5's audio/video and Markdown
Does anyone have any toughts on how one should be using <video> & <audio> with Markdown? Using the link or the img syntax? Maybe: [a film](film.m4v) [an audio](audio.mp3) could create: <video src="film.m4v" controls><a href="film.m4v">a film</a></ video> <audio src="audio.mp4" controls><a
2010 Nov 27
1
Newbie dummy question
I used to have Note tab Pro when I had an IBM compat box. fookes software was great. So I run into a Note Tab Lite version that will run on my mac OS using "Wine." I haven't even downloaded Wine yet and I need to know what version to download, but i also have patent writing software that only runs on Windows, so maybe I can run that with wine - tghen I am wine addict and happy
2007 Apr 30
2
Serving static files with Merb
Hi, I''m using Merb from the svn repository (revision 224, Merb 0.3.0). I am playing around trying to return static files. I''m opening a File and returning that from the controller. I''m setting the mime type and the content length (other wise nothing much happens). All requests for static content go through the same action of a particular controller. This is
2008 Jun 10
1
Full screen and virtual desktop
Hi, I'm currently playing Outcast with Wine. As this game runs in a very low resolution (512x384), I need to play in full screen mode. Besides, I also need to kill the game when exiting since I can't skip credits (bug 13757 <http://bugs.winehq.org/show_bug.cgi?id=13757>).Therefore, I use a virtual desktop to avoid resolution problems when killing Wine. So my question is : if I
2008 Dec 08
1
Battlefeild 2- new issue?
ubuntu 8.1 Nvidia 9600GT. Installed BF2 with no problems. Go to run it- first screen comes up, screen blinks, reverts to desktop, changing resolution from 1440x900 to 800x600. so basically it wont even start Ive already tried everything i found in previous forums and appdb (i think ive tried it all) Ive changed the video.con file to read 1024x768 at 60 in the appropiate file. Ive tried
2008 May 08
3
lme nesting/interaction advice
Hi everyone, I am confused on how to specify some nesting and interaction terma with lme(). I have a dataset where some flies where selected for accessory gland size, made to mate in presence/absence of another male and the level of some protein measured. Now the complex stuff. The selection has been replicated twice, so that the selection term has got two levels (large and small) with
2007 Jan 04
0
dashed lines and SVG files devSVG("/folderul/unde/salvez/myplot.svg", width=10, height=10) plot(1:10, 1:10) dev.off()
Dear helpers, I have a question about the SVG device. It works fine, the SVG file is indeed produced, only the graphic differs from the R window. In the SVG file the dashed line is just a regular plain one. My toy example is: library(RSvgDevice) devSVG("myplot.svg", width=10, height=10) plot(1:10) abline(v=5, lty=?dashed?) dev.off() Is there anything more (or different) I should do?
2006 Jun 29
2
html2text in php
Hi there! I recently ported Aaron Swartz' html2text.py to PHP and would like to know what you think about it. Any suggestions and bug reports are much appreciated. Check it out: http://milianw.de/projects/html2text/ Note: Michel Fortins PHP Markdown Extended is supported (that is: tables and definitionlist are supported in some way) There are still some bugs but I hope to sort them out
2006 Apr 27
1
Ruby Scripts in SVG
Hi, Is it possible to have Ruby Scripts in SVG? If yes can anyone please give more details for the same Thanks in Advance NAYAK -- Posted via http://www.ruby-forum.com/.
2003 Dec 17
0
Visio vsd/vdx vs. svg
Tom, I note that you use Visio for your network diagrams. Have you considered placing SVG source in CVS? I believe Visio can import/export SVG now. If you''re not using the newest version, I think the VDXtoSVG project can convert Visio 2002 VDX files to SVG. If you''re using a version older than that, I doubt an acceptable solution is achievable. VDX to SVG
2006 Jan 06
1
Anyone using AJAX, SVG, and Rails?
I''m interested in the idea of using AJAX and SVG to create a simple diagram editor. It seems like Rails might be able to support this sort of thing, so I thought I''d ask if anyone is doing anything in this direction. -r -- Technical editing and writing, programming, and web development: http://www.cfcl.com/rdm/resume.html Contact information: rdm@cfcl.com, +1 650-873-7841
2007 Jan 04
0
dashed lines and SVG files
Sorry for duplicating the message, the previous had an unintended subject line... Dear helpers, I have a question about the SVG device. It works fine, the SVG file is indeed produced, only the graphic differs from the R window. In the SVG file the dashed line is just a regular plain one. My toy example is: library(RSvgDevice) devSVG("myplot.svg", width=10, height=10) plot(1:10)
2013 Nov 26
0
SVG export - RGB fill
Hello all, I have to export the graph to SVG format. I was able to do that. The problem is that I'm using this SVG file in a XML-FO processor that doesn't support percentages for the rgb color, only absolute numbers. Is there any way I can control it from the R code? Thanks! -- Igor. igorjrr@gmail.com [[alternative HTML version deleted]]
2006 Dec 02
0
Serving static svg images in the public folder
Hi! I am trying to use svg images and serve them from the public/images folder. When using the url_for method I have to use the complete file name including the extension. Can you explain why? I don''t need to use the extension for gifs/jpegs/pngs. Using the complete filename with url_for or writing a direct url to /public/images I can get the file, but the mime type is text/plain, so
2007 Oct 20
0
Generate SVG image
Hello all, does anyone now how to generate SVG image from rails? thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from
2007 Nov 10
2
FireFox builds with support for OGG Theora / SVG+Video
Although this is old news actually, for those who are interested there are precompiled builds of FireFox 3 with support for streaming OGG Theora in SVG SMIL. Good news for those who just want to see it work without having to patch and compile from GIT. http://www.double.co.nz/video_test/ And for those who just want to see it work without downloading anything:
2007 Aug 09
1
displaying svg chart
dear railers I was attempting to display a svg chart inside a tooltip in rails using Scruffy. my browser is Firefox 2 and i am using WEBRICK. when i render inside the controller using graph.render(:size=> [255,205], :to => ''C:\xyz.svg) and serve iit via rhtml using the <embed> tag. Instead of the chart inside the tooltip i get a dialog box asking me to open it ... with
2007 Nov 05
0
vector graphics/ SVG plots via RSvgDevice
System: Linux Ubuntu 7.10 Gibbon kernel 2.6.22-14-generic Emacs ver. 22.1.1 ESS ver. 5.3.0 R version 2.6.0 (2007-10-03) ------------------------------------------------ Colleagues This is a follow-up note to my earlier post under this header, giving my solution. First, with some trepidation I upgraded my ubuntu distro, and this time did a full reinstall, so I did not break my system, as I have
2008 Oct 17
1
SVG and user interaction
Is there a way to make SVG files containing links (for use in a browser) using any of the R graphics packages or devices? Thanks, Sean
2012 Nov 24
0
Does R has any SVG devices that allow setting of zooming and panning (in addition to Tooltips and Hyperlinks) ?
This question is in continuation to the one posted in StackOverflow : http://stackoverflow.com/q/13542480/1029725 Thanks in Advance Ch -- View this message in context: http://r.789695.n4.nabble.com/Does-R-has-any-SVG-devices-that-allow-setting-of-zooming-and-panning-in-addition-to-Tooltips-and-Hyp-tp4650657.html Sent from the R help mailing list archive at Nabble.com.