Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
openscad import fix scale(1.5) works, fix of font-size on editor for …
…high dpi screens
  • Loading branch information
Spiritdude committed Jun 10, 2013
1 parent 58eb16d commit 9105d1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 111 deletions.
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -43,6 +43,9 @@
border-left: 2px dashed rgba(200,200,200,0.2);
background: none;
}
.ace_scroller {
font-size: 10pt; // -- not 'px', but 'pt' for high dpi screens
}
</style>
<script src="lightgl.js"></script>
<script src="csg.js"></script>
Expand Down
115 changes: 5 additions & 110 deletions openscad-openjscad-translator.js 100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openscad.js
Expand Up @@ -15,7 +15,7 @@
// 2013/04/26: 0.021: sphere() geodesic option added
// 2013/04/25: 0.020: center(v,obj) added, uses new .center(v)
// 2013/04/22: 0.019: vector_char() and vector_text() added, vector font rendering
// 2013/04/11: 0.018: added alpha supported to AMF export
// 2013/04/11: 0.018: added alpha support to AMF export
// 2013/04/09: 0.017: added color()
// 2013/04/08: 0.016: added hull() which takes multiple 2d polygons (CAG)
// 2013/04/08: 0.015: individual center: [true,false,true] possible for cube(), sphere() and cylinder()
Expand Down

0 comments on commit 9105d1f

Please sign in to comment.