Custom Query (111 matches)
Results (13 - 15 of 111)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#130 | wontfix | wrong angles in Inkscape | ||
Description |
I don't know if the bug is caused by cavern, the Inkscape import filter for Survex 3d files, or Inkscape itself, but the angles are different in Inkscape than in the original .svx file. Example: *data normal from to tape compass clino 1 2 3.75 209.4 -14.1 3 2 6.57 18.3 -3.3 3 4 3.45 292.4 6.5 3 5 2.97 225.6 10.5 5 6 1.79 111.9 3.4 In Inkscape, the angles are: 1-2 ... 209.45° 3-2 ... 18.21° 3-4 ... 292.45° 3-5 ... 225.69° 5-6 ... 111.98° The error in 3-5 is noticeable. I've been noticing these differences for many years and blamed them on some maximum resolution or snapping in Inkscape. But the lines can actually be manually drawn with the correct length and angle in Inkscape. So there must be a serious inaccuracy somewhere in the transformation process. |
|||
#39 | fixed | Aven won't come out of full-screen mode on Mac OsX | ||
Description |
Environment: Mac OsX 10.8.2, Macbook Pro 13" retina version Using Aven I made the mistake of entering full-screen mode. For most apps, the menu bar appears when you mouse to the top of the screen. Not so in Aven. The usual shift-command-F doesn't get me out of full-screen mode. Nor does quitting the application and re-starting it: it now restarts in full-screen mode. I can't give the version number, as the bug prevents me from accessing the menus. It's the current MacOSX download (as of 30 Oct 2113). |
|||
#106 | wontfix | Building wxWidgets | ||
Description |
I tried building Survex 1.2.38 from source. The version of wxWidgets that it downloads defaults to an older version of the OSX SDK, which is not included in the current version of Xcode. Build gets further if I export an environment variable as follows: export wxUSE_MACOSX_VERSION_MIN=10.9 That at least allows wxWidgets to build. Configuration in the buildmacosx.sh file needs updating. |