Annotationen bei gedrehten Seiten
Beschreibung
Wird eine Seite rotiert und anschließend eine Text-Annotation angebracht, ist diese ebenfalls gedreht.
Das erwartete Verhalten ist, dass die Annotation in diesem Fall nicht gedreht wird
Betroffene Produkte
jadice web viewer / jadice web toolkit
jadice viewer / Swing viewer / jadice document platform
Abhilfe
Das Annotationsprofil muss hierfür angepasst werden und um das Property forceAnnotationUpright
ergänzt werden.
<annotation-type name="Text" archetype="Text" extends="Rectangle" class="com.levigo.jadice.annotation.TextAnnotation">
...
<wrangler toolkit="gwt" class="com.levigo.jadice.web.client.internal.annotation.wrangler.TextAnnotationWrangler">
...
<property name="forceAnnotationUpright">ON_CREATION</property>
</wrangler>
</annotation-type>