Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Blackbeard (alberto flores)
Krita
Commits
bd654077
Commit
bd654077
authored
Jun 07, 2019
by
Blackbeard (alberto flores)
🚢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added vectorAnimatedBrush to brush server
parent
ddee5b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libs/brush/kis_brush_server.cpp
libs/brush/kis_brush_server.cpp
+2
-1
No files found.
libs/brush/kis_brush_server.cpp
View file @
bd654077
...
...
@@ -34,6 +34,7 @@
#include "kis_imagepipe_brush.h"
#include "kis_png_brush.h"
#include "kis_svg_brush.h"
#include "kis_vectoranimated_brush.h"
Q_GLOBAL_STATIC
(
KisBrushServer
,
s_instance
)
...
...
@@ -116,7 +117,7 @@ private:
brush
=
new
KisSvgBrush
(
filename
);
}
else
if
(
fileExtension
==
"avb"
)
{
brush
=
new
Kis
Svg
Brush
(
filename
);
brush
=
new
Kis
VectorAnimated
Brush
(
filename
);
}
return
brush
;
...
...
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