Skip to content

Commit

Permalink
6.7.5 release
Browse files Browse the repository at this point in the history
Former-commit-id: 3a995d6
  • Loading branch information
alderg committed Jun 6, 2017
1 parent 8904e4f commit 55151af
Show file tree
Hide file tree
Showing 105 changed files with 3,199 additions and 2,742 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
06-JUN-2017: 6.7.5

- Fixes links in labels for lightbox on touch devices
- Adds links to pages
- Adds zoom option for viewer in Confluence Connect

05-JUN-2017: 6.7.4

- Fixes overridden rounded style for non-rounded shapes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.4
6.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -365,17 +365,18 @@ private mxCell convertGliffyObject(GliffyObject gliffyObject, GliffyObject paren
cell.setVertex(true);
style.append("shape=" + StencilTranslator.translate(gliffyObject.uid)).append(";");
style.append("shadow=" + (shape.dropShadow ? 1 : 0)).append(";");
style.append("strokeWidth=" + shape.strokeWidth).append(";");

if(style.lastIndexOf("strokeWidth") == -1)
style.append("strokeWidth=" + shape.strokeWidth).append(";");

if(style.lastIndexOf("fillColor") == -1)
style.append("fillColor=" + shape.fillColor).append(";");

if(style.lastIndexOf("strokeColor") == -1)
style.append("strokeColor=" + shape.strokeColor).append(";");

if (shape.gradient && !gliffyObject.isGradientIgnored())
{
if(shape.gradient && !gliffyObject.isGradientIgnored() && style.lastIndexOf("gradient") == -1)
style.append("gradientColor=" + gliffyObject.getGradientColor() + ";gradientDirection=north;");
}

// opacity value is wrong for venn circles, so ignore it and use the one in the mapping
if (!gliffyObject.isVennCircle())
Expand Down
2 changes: 1 addition & 1 deletion war/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CACHE MANIFEST

# THIS FILE WAS GENERATED. DO NOT MODIFY!
# 06/05/2017 12:53 PM
# 06/06/2017 01:24 PM

app.html
index.html?offline=1
Expand Down
Binary file removed war/images/android-chrome-144x144.png
Binary file not shown.
Binary file modified war/images/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed war/images/android-chrome-36x36.png
Binary file not shown.
Binary file removed war/images/android-chrome-48x48.png
Binary file not shown.
Binary file added war/images/android-chrome-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed war/images/android-chrome-72x72.png
Binary file not shown.
Binary file removed war/images/android-chrome-96x96.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed war/images/apple-touch-icon-precomposed.png
Binary file not shown.
Binary file modified war/images/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions war/images/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="images/mstile-70x70.png"/>
<square150x150logo src="images/mstile-150x150.png"/>
<square310x310logo src="images/mstile-310x310.png"/>
<wide310x150logo src="images/mstile-310x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/images/mstile-150x150.png"/>
<TileColor>#d89000</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified war/images/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed war/images/favicon-194x194.png
Binary file not shown.
Binary file modified war/images/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed war/images/favicon-96x96.png
Binary file not shown.
Binary file added war/images/favicon.ico
Binary file not shown.
57 changes: 17 additions & 40 deletions war/images/manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,18 @@
{
"name": "draw.io",
"icons": [
{
"src": "\/images\/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": 0.75
},
{
"src": "\/images\/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": 1
},
{
"src": "\/images\/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": 1.5
},
{
"src": "\/images\/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": 2
},
{
"src": "\/images\/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": 3
},
{
"src": "\/images\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": 4
}
]
}
"name": "draw.io",
"icons": [
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#d89000",
"background_color": "#d89000",
"display": "standalone"
}
Binary file removed war/images/mstile-144x144.png
Binary file not shown.
Binary file modified war/images/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed war/images/mstile-310x150.png
Binary file not shown.
Binary file removed war/images/mstile-310x310.png
Diff not rendered.
Binary file removed war/images/mstile-70x70.png
Diff not rendered.
32 changes: 15 additions & 17 deletions war/images/safari-pinned-tab.svg
33 changes: 11 additions & 22 deletions war/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,18 @@
})();
}
</script>
<link rel="alternate" type="application/rss+xml" title="RSS Feed for draw.io" href="http://blog.draw.io/feed/">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/plgmlhohecdddhbmmkncjdmlhcmaachm">
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="images/manifest.json">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#f18808">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="images/mstile-144x144.png">
<meta name="msapplication-config" content="images/browserconfig.xml">
<meta name="theme-color" content="#f18808">
<link rel="apple-touch-startup-image" href="images/logo-flat.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/manifest.json">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#d89000">
<link rel="shortcut icon" href="/images/favicon.ico">
<meta name="apple-mobile-web-app-title" content="draw.io">
<meta name="application-name" content="draw.io">
<meta name="msapplication-config" content="/images/browserconfig.xml">
<meta name="theme-color" content="#d89000">
<link rel="apple-touch-startup-image" href="/images/logo-flat.png">
<link rel="stylesheet" type="text/css" href="styles/grapheditor.css">
<style type="text/css">
body { overflow:hidden; }
Expand Down

0 comments on commit 55151af

Please sign in to comment.