Bug 1007913 - SVG in web audio editor should always be full size. r=vp

This commit is contained in:
Jordan Santell 2014-06-11 10:58:00 -04:00
parent 12030f0adb
commit cb15545df5
2 changed files with 2 additions and 3 deletions

View File

@ -62,7 +62,7 @@
<hbox flex="1">
<box id="web-audio-graph" flex="1">
<vbox flex="1">
<svg id="graph-svg" flex="1" viewBox="0 0 1000 500"
<svg id="graph-svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph-target" transform="translate(20,20)"/>

View File

@ -40,8 +40,8 @@
/* Context Graph */
svg {
position: fixed;
overflow: hidden;
-moz-box-flex: 1;
}
/* Edges in graph */
@ -170,4 +170,3 @@ text {
margin-right: 0px !important;
}
}