elements.comp: remove redundant assignment

The assignment was made redundant by eb86456f31.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur 2021-04-20 10:14:04 +02:00
parent 74f2003a1d
commit 3b4a72deb9
2 changed files with 0 additions and 1 deletions

View file

@ -392,7 +392,6 @@ void main() {
vec2 lw = get_linewidth(st); vec2 lw = get_linewidth(st);
anno_begin_clip.linewidth = st.linewidth * sqrt(abs(st.mat.x * st.mat.w - st.mat.y * st.mat.z)); anno_begin_clip.linewidth = st.linewidth * sqrt(abs(st.mat.x * st.mat.w - st.mat.y * st.mat.z));
} else { } else {
anno_begin_clip.bbox = begin_clip.bbox;
anno_fill.linewidth = 0.0; anno_fill.linewidth = 0.0;
} }
out_ref = AnnotatedRef(conf.anno_alloc.offset + (st.path_count - 1) * Annotated_size); out_ref = AnnotatedRef(conf.anno_alloc.offset + (st.path_count - 1) * Annotated_size);

Binary file not shown.