We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7181b0 + 9334aba commit 04203b4Copy full SHA for 04203b4
lib/src/view/design_main_dna_sequence.dart
@@ -143,8 +143,8 @@ class DesignMainDNASequenceComponent extends UiComponent2<DesignMainDNASequenceP
143
..className = classname_dna_sequence
144
..x = '$x'
145
..y = '$y'
146
- // ..textLength = '$text_length'
147
- ..letterSpacing = '${(text_length - charWidth * seq_to_draw.length) / (seq_to_draw.length - 1)}'
+ ..textLength = '$text_length'
+ // ..letterSpacing = '${(text_length - charWidth * seq_to_draw.length) / (seq_to_draw.length - 1)}'
148
..transform = 'rotate(${rotate_degrees} ${rotate_x} ${rotate_y})'
149
..dy = '$dy')(seq_to_draw);
150
}
0 commit comments