Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
c4539f47
Commit
c4539f47
authored
Nov 05, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix missing file from previous commit
parent
89fd91d2
Pipeline
#39618
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/MixShape.qml
0 → 100644
View file @
c4539f47
import
QtQuick
2.11
import
QtQuick
.
Shapes
1.11
Shape
{
anchors.fill
:
mixBackground
asynchronous
:
true
opacity
:
0.4
ShapePath
{
fillColor
:
"
#000
"
strokeColor
:
"
transparent
"
PathLine
{
x
:
0
;
y
:
0
}
PathLine
{
x
:
mixCutPos
.
x
;
y
:
mixBackground
.
height
}
PathLine
{
x
:
0
;
y
:
mixBackground
.
height
}
PathLine
{
x
:
0
;
y
:
0
}
}
ShapePath
{
fillColor
:
"
#000
"
strokeColor
:
"
transparent
"
PathLine
{
x
:
mixBackground
.
width
;
y
:
0
}
PathLine
{
x
:
mixBackground
.
width
;
y
:
mixBackground
.
height
}
PathLine
{
x
:
mixCutPos
.
x
;
y
:
mixBackground
.
height
}
PathLine
{
x
:
mixBackground
.
width
;
y
:
0
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment