Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dc64ce9d authored by Robin Tissot's avatar Robin Tissot
Browse files

Merge branch 'develop'

parents fe87baff 8173cad9
No related branches found
No related tags found
1 merge request!57Adding missing libs in requirements
......@@ -107,7 +107,7 @@ const TranscriptionModal = Vue.component('transcriptionmodal', {
tmppoly.setAttributeNS(null, 'fill', 'red');
// calculate rotation needed to get the line horizontal
let target_angle = READ_DIRECTION == 'rtl' ? 180 : 0;
let target_angle = 0; // all lines should be topologically ltr
let angle = target_angle - this.getLineAngle();
// apply it to the polygon and get the resulting bbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment