Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r369 committed - Use excanvas on IE 8 and earlier only
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
can...@googlecode.com  
View profile  
 More options Feb 6, 10:56 pm
From: can...@googlecode.com
Date: Tue, 07 Feb 2012 03:56:55 +0000
Local: Mon, Feb 6 2012 10:56 pm
Subject: [canviz] r369 committed - Use excanvas on IE 8 and earlier only
Revision: 369
Author:   ryandesign.com
Date:     Mon Feb  6 19:48:57 2012
Log:      Use excanvas on IE 8 and earlier only

http://code.google.com/p/canviz/source/detail?r=369

Modified:
  /canviz/trunk/examples/hello_world/new.html.in
  /canviz/trunk/index.html

=======================================
--- /canviz/trunk/examples/hello_world/new.html.in      Mon Feb  6 19:44:07 2012
+++ /canviz/trunk/examples/hello_world/new.html.in      Mon Feb  6 19:48:57 2012
@@ -9,7 +9,7 @@
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>Canviz demo: Hello world: The new way</title>
        <link rel="stylesheet" type="text/css" href="styles_inner.css" />
-       <!--[if IE]><script type="text/javascript"  
src="../../excanvas/excanvas.js"></script><![endif]-->
+       <!--[if lt IE 9]><script type="text/javascript"  
src="../../excanvas/excanvas.js"></script><![endif]-->
        <script type="text/javascript"  
src="https://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js"></script>
        <script type="text/javascript"  
src="../contentloaded/contentloaded.js"></script>
        <script type="text/javascript" src="../../build/canviz.min.js"></script>
=======================================
--- /canviz/trunk/index.html    Tue Jan 24 23:51:04 2012
+++ /canviz/trunk/index.html    Mon Feb  6 19:48:57 2012
@@ -10,7 +10,7 @@
        <title>canviz: graphviz on a canvas</title>
        <link rel="stylesheet" type="text/css" href="canviz.css" />
        <!--[if lte IE 6]><link rel="stylesheet" type="text/css"  
href="canviz-ie6.css" /><![endif]-->
-       <!--[if IE]><script type="text/javascript"  
src="excanvas/excanvas.js"></script><![endif]-->
+       <!--[if lt IE 9]><script type="text/javascript"  
src="excanvas/excanvas.js"></script><![endif]-->
        <script type="text/javascript"  
src="https://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js"></script>
        <script type="text/javascript" src="build/canviz.min.js"></script>
        <script type="text/javascript" src="x11colors.js"></script>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »